UNPKG

@graphql-hive/gateway

Version:
116 lines 3.92 kB
{ "name": "@graphql-hive/gateway", "version": "1.6.0-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "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": "^12.1.0", "@envelop/core": "^5.0.2", "@graphql-hive/gateway-runtime": "1.3.7-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/cache-cfw-kv": "^0.104.0", "@graphql-mesh/cache-localforage": "^0.103.0", "@graphql-mesh/cache-redis": "^0.103.0", "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/hmac-upstream-signature": "1.2.14-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/include": "^0.2.3", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", "@graphql-mesh/plugin-http-cache": "^0.103.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.19-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/plugin-prometheus": "1.3.7-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/plugin-rate-limit": "^0.103.0", "@graphql-mesh/plugin-snapshot": "^0.103.0", "@graphql-mesh/store": "^0.103.4", "@graphql-mesh/transport-http": "0.6.23-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/transport-http-callback": "0.5.12-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/transport-ws": "0.4.10-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/types": "^0.103.4", "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "commander": "^12.0.0", "dotenv": "^16.3.1", "graphql-ws": "^5.16.0", "graphql-yoga": "^5.10.3", "parse-duration": "^1.1.0", "tslib": "^2.8.0", "ws": "^8.18.0" }, "devDependencies": { "@graphql-mesh/transport-common": "0.7.21-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-mesh/transport-soap": "^0.8.0", "@graphql-tools/executor": "^1.3.2", "@parcel/watcher": "^2.3.0", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@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", "pkgroll": "2.5.1", "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 }