{ "name": "@repo/graphql", "version": "0.0.0", "license": "MIT", "type": "module", "scripts": { "graphql:codegen": "graphql-codegen --config graphql.config.cjs", "test:unit": "vitest" }, "dependencies": { "@apollo/client": "catalog:", "@graphql-typed-document-node/core": "^3.2.0", "@repo/typescript-config": "workspace:*", "@repo/utils": "workspace:", "@types/jsonwebtoken": "^9.0.7", "dayjs": "catalog:", "ioredis": "^5.7.0", "jsonwebtoken": "catalog:", "radashi": "catalog:", "vite-tsconfig-paths": "catalog:", "vitest": "catalog:", "zod": "catalog:" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/typed-document-node": "^5.0.12", "@graphql-codegen/typescript": "^4.1.2", "@graphql-codegen/typescript-operations": "^4.4.0", "@repo/eslint-config": "workspace:*", "graphql": "catalog:" } }