@graphql-hive/gateway
Version:
130 lines • 5.16 kB
JSON
{
"name": "@graphql-hive/gateway",
"version": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/gateway"
},
"homepage": "https://the-guild.dev/graphql/hive/docs/gateway",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"bin": {
"hive-gateway": "./dist/bin.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist && tsx scripts/inject-version",
"bundle": "rimraf bundle && rollup -c && rollup -c rollup.config.binary.js",
"prepack": "yarn build",
"start": "tsx src/bin.ts"
},
"peerDependencies": {
"graphql": "^15.9.0 || ^16.9.0"
},
"dependencies": {
"@commander-js/extra-typings": "^13.1.0",
"@envelop/core": "^5.3.0",
"@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
"@escape.tech/graphql-armor-max-depth": "^2.4.0",
"@escape.tech/graphql-armor-max-tokens": "^2.5.0",
"@graphql-hive/gateway-runtime": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-hive/importer": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-hive/logger": "1.0.1-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-hive/plugin-aws-sigv4": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-hive/plugin-deduplicate-request": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-hive/pubsub": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/cache-cfw-kv": "^0.105.5",
"@graphql-mesh/cache-localforage": "^0.105.6",
"@graphql-mesh/cache-redis": "^0.104.5",
"@graphql-mesh/cache-upstash-redis": "^0.1.5",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/plugin-http-cache": "^0.105.6",
"@graphql-mesh/plugin-jit": "^0.2.5",
"@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/plugin-prometheus": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/plugin-rate-limit": "^0.104.5",
"@graphql-mesh/plugin-snapshot": "^0.104.5",
"@graphql-mesh/transport-http": "1.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/transport-http-callback": "1.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/transport-ws": "2.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/types": "^0.104.5",
"@graphql-mesh/utils": "^0.104.5",
"@graphql-tools/code-file-loader": "^8.1.15",
"@graphql-tools/graphql-file-loader": "^8.0.20",
"@graphql-tools/load": "^8.0.14",
"@graphql-tools/utils": "^10.8.1",
"@graphql-yoga/render-graphiql": "^5.15.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api-logs": "^0.202.0",
"@opentelemetry/context-async-hooks": "^2.0.1",
"@opentelemetry/context-zone": "^2.0.1",
"@opentelemetry/core": "^2.0.1",
"@opentelemetry/exporter-jaeger": "^2.0.1",
"@opentelemetry/exporter-zipkin": "^2.0.1",
"@opentelemetry/propagator-b3": "^2.0.1",
"@opentelemetry/propagator-jaeger": "^2.0.1",
"@opentelemetry/sampler-jaeger-remote": "^0.202.0",
"@opentelemetry/sdk-logs": "^0.202.0",
"@opentelemetry/sdk-metrics": "^2.0.1",
"@opentelemetry/sdk-trace-base": "^2.0.1",
"commander": "^13.1.0",
"dotenv": "^17.2.0",
"graphql-ws": "^6.0.4",
"graphql-yoga": "^5.15.1",
"tslib": "^2.8.1",
"ws": "^8.18.3"
},
"devDependencies": {
"@graphql-mesh/transport-common": "1.0.0-alpha-d36e9fd7459d6a80a9d40a65651ef15e5af38887",
"@graphql-mesh/transport-soap": "^0.10.6",
"@graphql-tools/executor": "^1.4.7",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "patch:@rollup/plugin-node-resolve@npm%3A16.0.1#~/.yarn/patches/@rollup-plugin-node-resolve-npm-16.0.1-2936474bab.patch",
"@rollup/plugin-sucrase": "^5.0.2",
"@tsconfig/node18": "^18.2.4",
"@types/adm-zip": "^0.5.5",
"@types/bun": "1.2.18",
"@types/ws": "^8.5.12",
"@whatwg-node/fetch": "^0.10.8",
"adm-zip": "^0.5.15",
"bun": "^1.2.18",
"graphql": "^16.9.0",
"parse-duration": "^2.0.0",
"pkgroll": "2.14.3",
"postject": "^1.0.0-alpha.6",
"rimraf": "^6.0.1",
"rollup": "4.44.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"tsx": "4.20.3"
},
"sideEffects": false
}