mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
35 lines
962 B
JSON
35 lines
962 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"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/federation": "0.38.1",
|
|
"@graphql-tools/stitch": "9.0.0",
|
|
"@graphql-tools/stitching-directives": "3.0.0",
|
|
"@sentry/node": "7.54.0",
|
|
"@trpc/server": "10.29.1",
|
|
"@whatwg-node/fetch": "0.9.3",
|
|
"dotenv": "16.1.4",
|
|
"got": "12.6.1",
|
|
"graphql": "16.6.0",
|
|
"ioredis": "5.3.2",
|
|
"p-timeout": "6.1.1",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/external-composition": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"@types/async-retry": "1.4.5",
|
|
"@types/ioredis-mock": "8.2.2",
|
|
"fastify": "3.29.5",
|
|
"ioredis-mock": "8.7.0",
|
|
"pino-pretty": "10.0.0"
|
|
}
|
|
}
|