{ "name": "@repo/graphql", "version": "0.0.0", "license": "MIT", "type": "module", "exports": { "./types": "./types.ts" }, "scripts": { "graphql:codegen": "graphql-codegen --config graphql.config.cjs" }, "devDependencies": { "graphql": "catalog:", "@repo/typescript-config": "workspace:*", "@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:" } }