mirror of
https://github.com/graphql-hive/console
synced 2026-05-05 22:48:47 +00:00
60 lines
1.7 KiB
JSON
60 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": {
|
|
"@aws-sdk/client-s3": "3.241.0",
|
|
"@envelop/core": "3.0.4",
|
|
"@envelop/generic-auth": "5.0.4",
|
|
"@envelop/graphql-modules": "4.0.4",
|
|
"@envelop/sentry": "5.0.0",
|
|
"@envelop/types": "3.0.1",
|
|
"@escape.tech/graphql-armor-max-aliases": "1.6.0",
|
|
"@escape.tech/graphql-armor-max-depth": "1.8.0",
|
|
"@escape.tech/graphql-armor-max-directives": "1.6.0",
|
|
"@escape.tech/graphql-armor-max-tokens": "1.3.0",
|
|
"@sentry/integrations": "7.28.1",
|
|
"@sentry/node": "7.28.1",
|
|
"@sentry/tracing": "7.28.1",
|
|
"@trpc/server": "10.7.0",
|
|
"@whatwg-node/fetch": "0.6.1",
|
|
"@whatwg-node/server": "0.5.5",
|
|
"dotenv": "16.0.3",
|
|
"got": "12.5.3",
|
|
"graphql": "16.6.0",
|
|
"graphql-yoga": "3.3.0",
|
|
"hyperid": "3.0.1",
|
|
"prom-client": "14.1.0",
|
|
"reflect-metadata": "0.1.13",
|
|
"zod": "3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/client": "0.21.4",
|
|
"@hive/api": "workspace:*",
|
|
"@hive/cdn-script": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"@hive/storage": "workspace:*",
|
|
"@swc/core": "1.3.24",
|
|
"fastify": "3.29.4",
|
|
"pino-pretty": "9.1.1",
|
|
"tslib": "2.4.1"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"external": [
|
|
"pg-native"
|
|
],
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|