@graphql-hive/gateway
Version:
117 lines • 4.33 kB
JSON
{
"name": "@graphql-hive/gateway",
"version": "1.16.3-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"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": ">=18.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": "1.10.3-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-hive/importer": "^1.1.0",
"@graphql-hive/plugin-aws-sigv4": "1.0.18-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-hive/plugin-deduplicate-request": "1.0.4-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-hive/pubsub": "^1.0.0",
"@graphql-mesh/cache-cfw-kv": "^0.105.7",
"@graphql-mesh/cache-localforage": "^0.105.8",
"@graphql-mesh/cache-redis": "^0.104.7",
"@graphql-mesh/cache-upstash-redis": "^0.1.7",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/hmac-upstream-signature": "1.2.31-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/plugin-http-cache": "^0.105.8",
"@graphql-mesh/plugin-jit": "^0.2.7",
"@graphql-mesh/plugin-jwt-auth": "1.5.8-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/plugin-mock": "^0.105.8",
"@graphql-mesh/plugin-opentelemetry": "1.3.66-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/plugin-prometheus": "1.3.54-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/plugin-rate-limit": "^0.104.7",
"@graphql-mesh/plugin-snapshot": "^0.104.7",
"@graphql-mesh/transport-http": "0.7.2-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/transport-http-callback": "0.7.2-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/transport-ws": "1.1.2-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/types": "^0.104.7",
"@graphql-mesh/utils": "^0.104.7",
"@graphql-tools/code-file-loader": "^8.1.22",
"@graphql-tools/graphql-file-loader": "^8.0.22",
"@graphql-tools/load": "^8.1.2",
"@graphql-tools/utils": "^10.9.1",
"@graphql-yoga/render-graphiql": "^5.15.1",
"commander": "^13.1.0",
"dotenv": "^17.2.1",
"graphql-ws": "^6.0.6",
"graphql-yoga": "^5.15.1",
"tslib": "^2.8.1",
"ws": "^8.18.3"
},
"devDependencies": {
"@graphql-mesh/transport-common": "0.7.38-alpha-cd12c8ada0500da1601c7b556442de73d21cbdb6",
"@graphql-mesh/transport-soap": "^0.10.8",
"@graphql-tools/executor": "^1.4.9",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@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.9",
"adm-zip": "^0.5.15",
"bun": "^1.2.18",
"graphql": "^16.9.0",
"parse-duration": "^2.0.0",
"pkgroll": "2.15.0",
"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
}