{
  "name": "@graphql-mesh/fusion-runtime",
  "version": "1.10.6",
  "type": "module",
  "description": "Runtime for GraphQL Mesh Fusion Supergraph",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/fusion-runtime"
  },
  "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 --env.HIVE_ROUTER_RUNTIME='\"0\"' && node scripts/replace-import-with-require.mjs",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "@envelop/core": "^5.4.0",
    "@envelop/instrumentation": "^1.0.0",
    "@graphql-hive/logger": "^1.1.0",
    "@graphql-mesh/cross-helpers": "^0.4.13",
    "@graphql-mesh/transport-common": "^1.0.16",
    "@graphql-mesh/types": "^0.104.28",
    "@graphql-mesh/utils": "^0.104.36",
    "@graphql-tools/batch-execute": "^10.0.8",
    "@graphql-tools/delegate": "^12.0.17",
    "@graphql-tools/executor": "^1.4.13",
    "@graphql-tools/federation": "^4.4.5",
    "@graphql-tools/merge": "^9.1.5",
    "@graphql-tools/stitch": "^10.1.21",
    "@graphql-tools/stitching-directives": "^4.0.22",
    "@graphql-tools/utils": "^11.0.0",
    "@graphql-tools/wrap": "^11.1.16",
    "@whatwg-node/disposablestack": "^0.0.6",
    "@whatwg-node/promise-helpers": "^1.3.2",
    "graphql-yoga": "^5.21.1",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@graphql-hive/router-runtime": "^1.4.10",
    "change-case": "^5.4.4",
    "graphql": "^16.12.0",
    "pkgroll": "2.27.0"
  },
  "sideEffects": false
}