mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: enisdenjo <badurinadenis@gmail.com> Co-authored-by: Denis Badurina <denis@domonda.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/schema",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "tsup-node src/dev.ts --format esm --target node16 --watch --onSuccess 'node dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
|
|
"build": "bob runify --single",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/federation": "0.36.1",
|
|
"async-retry": "1.3.3",
|
|
"@whatwg-node/fetch": "0.4.7",
|
|
"zod": "3.15.1",
|
|
"@trpc/server": "9.23.2",
|
|
"@graphql-tools/stitch": "8.3.1",
|
|
"@graphql-tools/stitching-directives": "2.1.1",
|
|
"@sentry/node": "7.12.1",
|
|
"@sentry/tracing": "7.12.1",
|
|
"dotenv": "10.0.0",
|
|
"graphql": "16.5.0",
|
|
"ioredis": "4.28.3"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/service-common": "0.0.0",
|
|
"@types/async-retry": "1.4.5",
|
|
"@types/ioredis": "4.28.7",
|
|
"pino-pretty": "6.0.0",
|
|
"fastify": "3.29.3"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|