22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"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:"
|
|
}
|
|
}
|