{
  "name": "@graphql-hive/gateway-runtime",
  "version": "2.3.2-alpha-46ed329fa519283a359392643a06d2df898afb2c",
  "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": ">=20.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",
    "prepack": "yarn render-landing-page && yarn build",
    "render-landing-page": "tsx scripts/render-landing-page.tsx",
    "serve-landing-page": "tsx watch --include scripts/LandingPage.css scripts/serve-landing-page.tsx"
  },
  "peerDependencies": {
    "graphql": "^15.9.0 || ^16.9.0"
  },
  "dependencies": {
    "@envelop/core": "^5.3.2",
    "@envelop/disable-introspection": "^8.0.0",
    "@envelop/generic-auth": "^10.0.1",
    "@envelop/instrumentation": "^1.0.0",
    "@graphql-hive/core": "^0.13.0",
    "@graphql-hive/logger": "^1.0.7",
    "@graphql-hive/pubsub": "^2.1.1",
    "@graphql-hive/signal": "^2.0.0",
    "@graphql-hive/yoga": "^0.42.2",
    "@graphql-mesh/cross-helpers": "^0.4.10",
    "@graphql-mesh/fusion-runtime": "1.4.2-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-mesh/hmac-upstream-signature": "2.0.6-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-mesh/plugin-response-cache": "^0.104.15",
    "@graphql-mesh/transport-common": "1.0.10-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-mesh/types": "^0.104.14",
    "@graphql-mesh/utils": "^0.104.14",
    "@graphql-tools/batch-delegate": "10.0.4-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-tools/delegate": "11.1.2-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-tools/executor-common": "1.0.4-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-tools/executor-http": "3.0.6-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-tools/federation": "4.2.2-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-tools/stitch": "10.1.2-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-tools/utils": "^10.10.1",
    "@graphql-tools/wrap": "11.0.4-alpha-46ed329fa519283a359392643a06d2df898afb2c",
    "@graphql-yoga/plugin-apollo-usage-report": "^0.11.0",
    "@graphql-yoga/plugin-csrf-prevention": "^3.16.0",
    "@graphql-yoga/plugin-defer-stream": "^3.16.0",
    "@graphql-yoga/plugin-persisted-operations": "^3.16.0",
    "@types/node": "^24.10.0",
    "@whatwg-node/disposablestack": "^0.0.6",
    "@whatwg-node/promise-helpers": "^1.3.2",
    "@whatwg-node/server": "^0.10.13",
    "@whatwg-node/server-plugin-cookies": "^1.0.5",
    "graphql-ws": "^6.0.6",
    "graphql-yoga": "^5.16.1",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@apollo/subgraph": "^2.11.3",
    "@graphql-mesh/fusion-composition": "^0.8.18",
    "@graphql-mesh/transport-rest": "^0.9.15",
    "@omnigraph/openapi": "^0.109.21",
    "@types/html-minifier-terser": "^7.0.2",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@whatwg-node/fetch": "^0.10.12",
    "fets": "^0.8.4",
    "graphql": "^16.12.0",
    "graphql-sse": "^2.6.0",
    "html-minifier-terser": "7.2.0",
    "pkgroll": "2.20.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "tsx": "4.20.6"
  },
  "sideEffects": false
}