console/packages/services/schema/package.json
2023-10-06 16:39:32 +02:00

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.0",
"@graphql-tools/stitching-directives": "3.0.0",
"@hive/service-common": "workspace:*",
"@sentry/node": "7.69.0",
"@theguild/federation-composition": "0.1.3",
"@trpc/server": "10.38.4",
"@types/async-retry": "1.4.5",
"@types/ioredis-mock": "8.2.2",
"@whatwg-node/fetch": "0.9.13",
"dotenv": "16.3.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.8.3",
"p-timeout": "6.1.2",
"pino-pretty": "10.2.0",
"zod": "3.22.3"
}
}