{ "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:", "jsonwebtoken": "catalog:", "zod": "catalog:" }, "devDependencies": { "graphql": "catalog:", "@repo/typescript-config": "workspace:*", "@types/jsonwebtoken": "catalog:", "@graphql-codegen/cli": "catalog:", "@graphql-codegen/typed-document-node": "catalog:", "@graphql-codegen/typescript": "catalog:", "@graphql-codegen/typescript-operations": "catalog:", "@graphql-typed-document-node/core": "catalog:", "vite-tsconfig-paths": "catalog:", "vitest": "catalog:" } }