mirror of
https://github.com/graphql-hive/console
synced 2026-05-06 06:58:19 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@hive/server",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bob runify --single",
|
|
"dev": "tsup-node src/dev.ts --format esm --shims --target node18 --watch --sourcemap --onSuccess 'node --enable-source-maps dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@envelop/core": "3.0.5",
|
|
"@envelop/generic-auth": "5.0.5",
|
|
"@envelop/graphql-modules": "4.0.5",
|
|
"@envelop/sentry": "5.1.0",
|
|
"@envelop/types": "3.0.1",
|
|
"@escape.tech/graphql-armor-max-aliases": "1.6.1",
|
|
"@escape.tech/graphql-armor-max-depth": "1.8.1",
|
|
"@escape.tech/graphql-armor-max-directives": "1.6.3",
|
|
"@escape.tech/graphql-armor-max-tokens": "1.3.1",
|
|
"@sentry/integrations": "7.38.0",
|
|
"@sentry/node": "7.38.0",
|
|
"@sentry/tracing": "7.38.0",
|
|
"@trpc/server": "10.12.0",
|
|
"@whatwg-node/fetch": "0.8.1",
|
|
"@whatwg-node/server": "0.6.7",
|
|
"dotenv": "16.0.3",
|
|
"got": "12.5.3",
|
|
"graphql": "16.6.0",
|
|
"graphql-yoga": "3.7.0",
|
|
"hyperid": "3.1.1",
|
|
"prom-client": "14.1.1",
|
|
"reflect-metadata": "0.1.13",
|
|
"zod": "3.20.6"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/client": "workspace:*",
|
|
"@hive/api": "workspace:*",
|
|
"@hive/cdn-script": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"@hive/storage": "workspace:*",
|
|
"@swc/core": "1.3.35",
|
|
"fastify": "3.29.5",
|
|
"pino-pretty": "9.3.0",
|
|
"tslib": "2.5.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"external": [
|
|
"pg-native"
|
|
],
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|