mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
57 lines
1.7 KiB
JSON
57 lines
1.7 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"
|
|
},
|
|
"devDependencies": {
|
|
"@envelop/core": "5.0.0",
|
|
"@envelop/generic-auth": "7.0.0",
|
|
"@envelop/graphql-jit": "8.0.2",
|
|
"@envelop/graphql-modules": "6.0.0",
|
|
"@envelop/sentry": "7.1.1",
|
|
"@envelop/types": "5.0.0",
|
|
"@escape.tech/graphql-armor-max-aliases": "2.3.0",
|
|
"@escape.tech/graphql-armor-max-depth": "2.2.0",
|
|
"@escape.tech/graphql-armor-max-directives": "2.1.0",
|
|
"@escape.tech/graphql-armor-max-tokens": "2.3.0",
|
|
"@fastify/cors": "9.0.1",
|
|
"@fastify/formbody": "7.4.0",
|
|
"@graphql-hive/client": "workspace:*",
|
|
"@graphql-yoga/plugin-persisted-operations": "3.2.0",
|
|
"@graphql-yoga/plugin-response-cache": "3.4.0",
|
|
"@hive/api": "workspace:*",
|
|
"@hive/cdn-script": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"@hive/storage": "workspace:*",
|
|
"@sentry/integrations": "7.108.0",
|
|
"@sentry/node": "7.108.0",
|
|
"@swc/core": "1.4.8",
|
|
"@trpc/client": "10.45.2",
|
|
"@trpc/server": "10.45.2",
|
|
"@whatwg-node/server": "0.9.32",
|
|
"dotenv": "16.4.5",
|
|
"fastify": "4.26.2",
|
|
"got": "14.2.1",
|
|
"graphql": "16.8.1",
|
|
"graphql-yoga": "5.2.0",
|
|
"hyperid": "3.2.0",
|
|
"pino-pretty": "11.0.0",
|
|
"prom-client": "15.1.1",
|
|
"reflect-metadata": "0.2.1",
|
|
"supertokens-js-override": "0.0.4",
|
|
"supertokens-node": "15.2.1",
|
|
"tslib": "2.6.2",
|
|
"zod": "3.22.4"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|