2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hive/schema",
|
2022-11-24 10:00:41 +00:00
|
|
|
"type": "module",
|
2022-05-18 07:26:57 +00:00
|
|
|
"license": "MIT",
|
2022-11-24 10:00:41 +00:00
|
|
|
"private": true,
|
2022-05-18 07:26:57 +00:00
|
|
|
"scripts": {
|
2025-04-14 11:48:42 +00:00
|
|
|
"build": "tsx ../../../scripts/runify.ts src/index.ts src/composition-worker-main.ts",
|
|
|
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts src/composition-worker-main.ts ",
|
2022-05-18 07:26:57 +00:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2023-09-04 11:45:18 +00:00
|
|
|
"devDependencies": {
|
2022-11-23 09:26:00 +00:00
|
|
|
"@apollo/federation": "0.38.1",
|
2025-09-14 12:12:12 +00:00
|
|
|
"@graphql-tools/merge": "9.1.1",
|
|
|
|
|
"@graphql-tools/stitch": "9.4.29",
|
|
|
|
|
"@graphql-tools/stitching-directives": "3.1.38",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/service-common": "workspace:*",
|
2024-12-25 14:52:51 +00:00
|
|
|
"@sentry/node": "7.120.2",
|
2025-12-10 13:24:03 +00:00
|
|
|
"@theguild/federation-composition": "0.21.1",
|
2025-12-16 21:44:09 +00:00
|
|
|
"@trpc/server": "10.45.3",
|
2023-11-07 06:18:11 +00:00
|
|
|
"@types/async-retry": "1.4.8",
|
2023-11-07 10:17:00 +00:00
|
|
|
"@types/ioredis-mock": "8.2.5",
|
2024-12-25 13:17:32 +00:00
|
|
|
"dotenv": "16.4.7",
|
2023-09-28 10:31:32 +00:00
|
|
|
"fast-json-stable-stringify": "2.1.0",
|
2025-06-11 05:21:56 +00:00
|
|
|
"fastify": "4.29.1",
|
2025-04-14 11:48:42 +00:00
|
|
|
"fastq": "1.19.1",
|
2025-04-09 14:39:50 +00:00
|
|
|
"got": "14.4.7",
|
2024-06-25 08:29:04 +00:00
|
|
|
"graphql": "16.9.0",
|
2025-12-04 12:14:40 +00:00
|
|
|
"ioredis": "5.8.2",
|
2023-10-23 18:36:41 +00:00
|
|
|
"ioredis-mock": "8.9.0",
|
2025-01-09 03:59:23 +00:00
|
|
|
"p-timeout": "6.1.4",
|
2024-10-27 16:24:00 +00:00
|
|
|
"pino-pretty": "11.3.0",
|
2025-04-14 11:48:42 +00:00
|
|
|
"reflect-metadata": "0.2.2",
|
2025-09-14 13:16:15 +00:00
|
|
|
"zod": "3.25.76"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|