mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@hive/server",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx ../../../scripts/runify.ts && tsx ./scripts/copy-persisted-operations.mts",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@envelop/core": "4.0.0",
|
|
"@envelop/generic-auth": "6.0.0",
|
|
"@envelop/graphql-modules": "5.0.0",
|
|
"@envelop/sentry": "6.0.0",
|
|
"@envelop/types": "4.0.0",
|
|
"@escape.tech/graphql-armor-max-aliases": "2.0.0",
|
|
"@escape.tech/graphql-armor-max-depth": "2.1.0",
|
|
"@escape.tech/graphql-armor-max-directives": "2.0.0",
|
|
"@escape.tech/graphql-armor-max-tokens": "2.1.0",
|
|
"@graphql-yoga/plugin-persisted-operations": "2.0.3",
|
|
"@graphql-yoga/plugin-response-cache": "2.1.0",
|
|
"@sentry/integrations": "7.59.3",
|
|
"@sentry/node": "7.59.3",
|
|
"@trpc/server": "10.31.0",
|
|
"@whatwg-node/fetch": "0.9.9",
|
|
"@whatwg-node/server": "0.9.5",
|
|
"dotenv": "16.3.1",
|
|
"got": "12.6.1",
|
|
"graphql": "16.6.0",
|
|
"graphql-yoga": "4.0.3",
|
|
"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.70",
|
|
"fastify": "3.29.5",
|
|
"pino-pretty": "10.1.0",
|
|
"tslib": "2.5.3"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|