@graphql-hive/gateway
Version:
119 lines • 4.08 kB
JSON
{
"name": "@graphql-hive/gateway",
"version": "1.12.3-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"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",
"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"
},
"types": "./dist/index.d.ts",
"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": {
"@parcel/watcher": "^2.1.0",
"graphql": "^15.9.0 || ^16.9.0"
},
"peerDependenciesMeta": {
"@parcel/watcher": {
"optional": true
}
},
"dependencies": {
"@commander-js/extra-typings": "^13.1.0",
"@envelop/core": "^5.2.3",
"@graphql-hive/gateway-runtime": "1.6.2-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-hive/importer": "^1.0.1",
"@graphql-hive/plugin-aws-sigv4": "1.0.2-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/cache-cfw-kv": "^0.105.0",
"@graphql-mesh/cache-localforage": "^0.105.0",
"@graphql-mesh/cache-redis": "^0.104.0",
"@graphql-mesh/cache-upstash-redis": "^0.1.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/hmac-upstream-signature": "1.2.23-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/plugin-deduplicate-request": "^0.104.0",
"@graphql-mesh/plugin-http-cache": "^0.105.0",
"@graphql-mesh/plugin-jit": "^0.2.0",
"@graphql-mesh/plugin-jwt-auth": "^1.5.0",
"@graphql-mesh/plugin-mock": "^0.105.0",
"@graphql-mesh/plugin-opentelemetry": "1.3.48-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/plugin-prometheus": "1.3.36-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/plugin-rate-limit": "^0.104.0",
"@graphql-mesh/plugin-snapshot": "^0.104.0",
"@graphql-mesh/transport-http": "0.6.36-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/transport-http-callback": "0.5.23-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/transport-ws": "1.0.6-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/types": "^0.104.0",
"@graphql-mesh/utils": "^0.104.1",
"@graphql-tools/code-file-loader": "^8.1.15",
"@graphql-tools/graphql-file-loader": "^8.0.14",
"@graphql-tools/load": "^8.0.14",
"@graphql-tools/utils": "^10.8.1",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"graphql-ws": "^6.0.4",
"graphql-yoga": "^5.13.1",
"tslib": "^2.8.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@graphql-mesh/transport-common": "^0.7.31",
"@graphql-mesh/transport-soap": "^0.10.0",
"@graphql-tools/executor": "^1.3.10",
"@parcel/watcher": "^2.3.0",
"@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.5",
"@types/ws": "^8.5.12",
"@whatwg-node/fetch": "^0.10.4",
"adm-zip": "^0.5.15",
"bun": "^1.1.34",
"graphql": "^16.9.0",
"parse-duration": "^2.0.0",
"pkgroll": "2.11.2",
"postject": "^1.0.0-alpha.6",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"tsx": "4.19.3"
},
"sideEffects": false
}