2025-06-27 13:24:34 +03:00

33 lines
927 B
JSON

{
"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:",
"@repo/utils": "workspace:",
"dayjs": "catalog:",
"jsonwebtoken": "catalog:",
"radashi": "catalog:",
"telegraf": "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",
"@graphql-typed-document-node/core": "^3.2.0",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/jsonwebtoken": "^9.0.7",
"graphql": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:"
}
}