mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "@hive/server",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bob runify --single",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@envelop/core": "3.0.6",
|
|
"@envelop/generic-auth": "5.0.6",
|
|
"@envelop/graphql-modules": "4.0.6",
|
|
"@envelop/sentry": "5.1.1",
|
|
"@envelop/types": "3.0.2",
|
|
"@escape.tech/graphql-armor-max-aliases": "1.7.2",
|
|
"@escape.tech/graphql-armor-max-depth": "1.8.4",
|
|
"@escape.tech/graphql-armor-max-directives": "1.6.5",
|
|
"@escape.tech/graphql-armor-max-tokens": "1.3.2",
|
|
"@sentry/integrations": "7.48.0",
|
|
"@sentry/node": "7.48.0",
|
|
"@trpc/server": "10.20.0",
|
|
"@whatwg-node/fetch": "0.8.5",
|
|
"@whatwg-node/server": "0.7.5",
|
|
"dotenv": "16.0.3",
|
|
"got": "12.6.0",
|
|
"graphql": "16.6.0",
|
|
"graphql-yoga": "3.9.0",
|
|
"hyperid": "3.1.1",
|
|
"prom-client": "14.2.0",
|
|
"reflect-metadata": "0.1.13",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/client": "workspace:*",
|
|
"@hive/api": "workspace:*",
|
|
"@hive/cdn-script": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"@hive/storage": "workspace:*",
|
|
"@swc/core": "1.3.51",
|
|
"fastify": "3.29.5",
|
|
"pino-pretty": "10.0.0",
|
|
"tslib": "2.5.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"external": [
|
|
"pg-native"
|
|
],
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|