@graphql-hive/gateway
Version:
118 lines • 4.02 kB
JSON
{
"name": "@graphql-hive/gateway",
"version": "1.9.5-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"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.0.0",
"@envelop/core": "^5.0.2",
"@graphql-hive/gateway-runtime": "1.4.13-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-hive/importer": "^1.0.0",
"@graphql-mesh/cache-cfw-kv": "^0.104.12",
"@graphql-mesh/cache-localforage": "^0.103.13",
"@graphql-mesh/cache-redis": "^0.103.13",
"@graphql-mesh/cross-helpers": "^0.4.9",
"@graphql-mesh/hmac-upstream-signature": "1.2.20-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-mesh/plugin-deduplicate-request": "^0.103.0",
"@graphql-mesh/plugin-http-cache": "^0.104.0",
"@graphql-mesh/plugin-jit": "^0.1.0",
"@graphql-mesh/plugin-jwt-auth": "^1.3.0",
"@graphql-mesh/plugin-mock": "^0.103.0",
"@graphql-mesh/plugin-opentelemetry": "1.3.41-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-mesh/plugin-prometheus": "1.3.29-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-mesh/plugin-rate-limit": "^0.103.0",
"@graphql-mesh/plugin-snapshot": "^0.103.0",
"@graphql-mesh/transport-http": "0.6.33-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-mesh/transport-http-callback": "0.5.20-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-mesh/transport-ws": "1.0.3-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-mesh/types": "^0.103.6",
"@graphql-mesh/utils": "^0.103.6",
"@graphql-tools/code-file-loader": "^8.1.8",
"@graphql-tools/graphql-file-loader": "^8.0.6",
"@graphql-tools/load": "^8.0.7",
"@graphql-tools/utils": "^10.8.1",
"commander": "^13.0.0",
"dotenv": "^16.3.1",
"graphql-ws": "^6.0.3",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@graphql-mesh/transport-common": "0.7.29-alpha-32434bbf345dd99ef88c7248d7f8b10e3f7cca8b",
"@graphql-mesh/transport-soap": "^0.8.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.1.13",
"@types/ws": "^8.5.12",
"@whatwg-node/fetch": "^0.10.1",
"adm-zip": "^0.5.15",
"bun": "^1.1.34",
"graphql": "^16.9.0",
"graphql-middleware": "^6.1.35",
"parse-duration": "^2.0.0",
"pkgroll": "2.8.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.2"
},
"sideEffects": false
}