mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/schema",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bob runify --single",
|
|
"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": "8.7.48",
|
|
"@graphql-tools/stitching-directives": "2.3.34",
|
|
"@sentry/node": "7.48.0",
|
|
"@trpc/server": "10.20.0",
|
|
"@whatwg-node/fetch": "0.8.5",
|
|
"dotenv": "16.0.3",
|
|
"got": "12.6.0",
|
|
"graphql": "16.6.0",
|
|
"ioredis": "5.3.1",
|
|
"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.1",
|
|
"fastify": "3.29.5",
|
|
"ioredis-mock": "8.6.0",
|
|
"pino-pretty": "10.0.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|