console/packages/services/schema/package.json

34 lines
976 B
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"name": "@hive/schema",
"type": "module",
2022-05-18 07:26:57 +00:00
"license": "MIT",
"private": true,
2022-05-18 07:26:57 +00:00
"scripts": {
2023-04-20 09:18:51 +00:00
"build": "tsx ../../../scripts/runify.ts",
2023-02-27 09:56:51 +00:00
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
2022-05-18 07:26:57 +00:00
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@apollo/federation": "0.38.1",
"@graphql-hive/external-composition": "workspace:*",
"@graphql-tools/stitch": "9.2.16",
"@graphql-tools/stitching-directives": "3.1.8",
"@hive/service-common": "workspace:*",
"@sentry/node": "7.119.2",
"@theguild/federation-composition": "0.14.0",
"@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.28.1",
"got": "14.4.3",
"graphql": "16.9.0",
"ioredis": "5.4.1",
"ioredis-mock": "8.9.0",
"p-timeout": "6.1.3",
"pino-pretty": "11.3.0",
"zod": "3.23.8"
2022-05-18 07:26:57 +00:00
}
}