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": {
|
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"
|
|
|
|
|
},
|
2023-09-04 11:45:18 +00:00
|
|
|
"devDependencies": {
|
2022-11-23 09:26:00 +00:00
|
|
|
"@apollo/federation": "0.38.1",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@graphql-hive/external-composition": "workspace:*",
|
2024-10-27 15:01:14 +00:00
|
|
|
"@graphql-tools/stitch": "9.2.16",
|
|
|
|
|
"@graphql-tools/stitching-directives": "3.1.8",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/service-common": "workspace:*",
|
2024-10-27 15:06:59 +00:00
|
|
|
"@sentry/node": "7.119.2",
|
2024-10-02 12:52:56 +00:00
|
|
|
"@theguild/federation-composition": "0.14.0",
|
2024-03-12 08:46:00 +00:00
|
|
|
"@trpc/server": "10.45.2",
|
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-02-20 14:22:15 +00:00
|
|
|
"dotenv": "16.4.5",
|
2023-09-28 10:31:32 +00:00
|
|
|
"fast-json-stable-stringify": "2.1.0",
|
2024-06-30 12:44:33 +00:00
|
|
|
"fastify": "4.28.1",
|
2024-10-22 07:41:15 +00:00
|
|
|
"got": "14.4.3",
|
2024-06-25 08:29:04 +00:00
|
|
|
"graphql": "16.9.0",
|
2024-04-24 06:39:46 +00:00
|
|
|
"ioredis": "5.4.1",
|
2023-10-23 18:36:41 +00:00
|
|
|
"ioredis-mock": "8.9.0",
|
2024-10-28 09:01:39 +00:00
|
|
|
"p-timeout": "6.1.3",
|
2024-10-27 16:24:00 +00:00
|
|
|
"pino-pretty": "11.3.0",
|
2024-05-09 07:40:55 +00:00
|
|
|
"zod": "3.23.8"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|