mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
35 lines
1 KiB
JSON
35 lines
1 KiB
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.0.3",
|
|
"@graphql-tools/stitching-directives": "3.0.0",
|
|
"@hive/service-common": "workspace:*",
|
|
"@sentry/node": "7.100.1",
|
|
"@theguild/federation-composition": "0.8.1",
|
|
"@trpc/server": "10.45.1",
|
|
"@types/async-retry": "1.4.8",
|
|
"@types/ioredis-mock": "8.2.5",
|
|
"@whatwg-node/fetch": "0.9.15",
|
|
"dotenv": "16.4.1",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"fastify": "3.29.5",
|
|
"got": "12.6.1",
|
|
"graphql": "16.8.1",
|
|
"ioredis": "5.3.2",
|
|
"ioredis-mock": "8.9.0",
|
|
"p-timeout": "6.1.2",
|
|
"pino-pretty": "10.3.1",
|
|
"zod": "3.22.4"
|
|
}
|
|
}
|