mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/schema",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx ../../../scripts/runify.ts src/index.ts src/composition-worker-main.ts",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts src/composition-worker-main.ts ",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@apollo/federation": "0.38.1",
|
|
"@graphql-tools/merge": "9.1.1",
|
|
"@graphql-tools/stitch": "9.4.29",
|
|
"@graphql-tools/stitching-directives": "3.1.38",
|
|
"@hive/service-common": "workspace:*",
|
|
"@sentry/node": "7.120.2",
|
|
"@theguild/federation-composition": "0.21.3",
|
|
"@trpc/server": "10.45.3",
|
|
"@types/async-retry": "1.4.8",
|
|
"@types/ioredis-mock": "8.2.5",
|
|
"dotenv": "16.4.7",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"fastify": "5.7.3",
|
|
"fastq": "1.19.1",
|
|
"got": "14.4.7",
|
|
"graphql": "16.9.0",
|
|
"ioredis": "5.8.2",
|
|
"ioredis-mock": "8.9.0",
|
|
"p-timeout": "6.1.4",
|
|
"pino-pretty": "11.3.0",
|
|
"reflect-metadata": "0.2.2",
|
|
"zod": "3.25.76"
|
|
}
|
|
}
|