{
  "name": "@graphql-hive/gateway-runtime",
  "version": "1.9.0-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/runtime"
  },
  "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"
  },
  "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",
    "generate-landing-page": "tsx scripts/generate-landing-page-html.ts",
    "prepack": "yarn generate-landing-page && yarn build"
  },
  "peerDependencies": {
    "graphql": "^15.9.0 || ^16.9.0"
  },
  "dependencies": {
    "@envelop/core": "^5.2.3",
    "@envelop/disable-introspection": "^7.0.0",
    "@envelop/generic-auth": "^9.0.0",
    "@graphql-hive/core": "^0.12.0",
    "@graphql-hive/logger-json": "^0.0.4",
    "@graphql-hive/pubsub": "^1.0.0",
    "@graphql-hive/signal": "^1.0.0",
    "@graphql-hive/yoga": "^0.42.1",
    "@graphql-mesh/cross-helpers": "^0.4.10",
    "@graphql-mesh/fusion-runtime": "0.11.14-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-mesh/hmac-upstream-signature": "^1.2.27",
    "@graphql-mesh/plugin-response-cache": "^0.104.0",
    "@graphql-mesh/transport-common": "^0.7.34",
    "@graphql-mesh/types": "^0.104.0",
    "@graphql-mesh/utils": "^0.104.2",
    "@graphql-tools/batch-delegate": "9.0.37-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/delegate": "10.2.19-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/executor-common": "^0.0.4",
    "@graphql-tools/executor-http": "2.0.2-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/federation": "3.2.3-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/stitch": "9.4.24-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/utils": "^10.8.1",
    "@graphql-tools/wrap": "10.0.37-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-yoga/plugin-apollo-usage-report": "^0.8.6",
    "@graphql-yoga/plugin-csrf-prevention": "^3.13.5",
    "@graphql-yoga/plugin-defer-stream": "^3.13.5",
    "@graphql-yoga/plugin-persisted-operations": "^3.13.6",
    "@types/node": "^22.15.21",
    "@whatwg-node/disposablestack": "^0.0.6",
    "@whatwg-node/promise-helpers": "^1.3.0",
    "@whatwg-node/server": "^0.10.10",
    "@whatwg-node/server-plugin-cookies": "^1.0.5",
    "graphql-ws": "^6.0.4",
    "graphql-yoga": "^5.13.5",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@graphql-mesh/fusion-composition": "^0.8.0",
    "@graphql-mesh/transport-rest": "^0.9.0",
    "@omnigraph/openapi": "^0.109.9",
    "@types/html-minifier-terser": "^7.0.2",
    "@whatwg-node/fetch": "^0.10.8",
    "fets": "^0.8.4",
    "graphql": "^16.9.0",
    "graphql-sse": "^2.5.3",
    "html-minifier-terser": "7.2.0",
    "pkgroll": "2.12.2",
    "tsx": "4.19.4"
  },
  "sideEffects": false
}