mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
34 lines
997 B
JSON
34 lines
997 B
JSON
{
|
|
"name": "@hive/schema",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx ../../../scripts/runify.ts",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@apollo/federation": "0.38.1",
|
|
"@graphql-hive/external-composition": "workspace:*",
|
|
"@graphql-tools/stitch": "9.2.7",
|
|
"@graphql-tools/stitching-directives": "3.0.2",
|
|
"@hive/service-common": "workspace:*",
|
|
"@sentry/node": "7.113.0",
|
|
"@theguild/federation-composition": "0.11.1",
|
|
"@trpc/server": "10.45.2",
|
|
"@types/async-retry": "1.4.8",
|
|
"@types/ioredis-mock": "8.2.5",
|
|
"dotenv": "16.4.5",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"fastify": "4.26.2",
|
|
"got": "14.2.1",
|
|
"graphql": "16.8.1",
|
|
"ioredis": "5.4.1",
|
|
"ioredis-mock": "8.9.0",
|
|
"p-timeout": "6.1.2",
|
|
"pino-pretty": "11.0.0",
|
|
"zod": "3.23.6"
|
|
}
|
|
}
|