{
  "name": "@graphql-mesh/fusion-runtime",
  "version": "0.10.13-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
  "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": ">=18.0.0"
  },
  "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",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "@envelop/core": "^5.0.1",
    "@graphql-mesh/cross-helpers": "^0.4.8",
    "@graphql-mesh/store": "^0.103.4",
    "@graphql-mesh/transport-common": "0.7.21-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
    "@graphql-mesh/types": "^0.103.4",
    "@graphql-mesh/utils": "^0.103.4",
    "@graphql-tools/delegate": "10.2.6-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
    "@graphql-tools/executor": "^1.3.2",
    "@graphql-tools/federation": "2.2.38-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
    "@graphql-tools/merge": "^9.0.8",
    "@graphql-tools/stitch": "9.4.8-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
    "@graphql-tools/stitching-directives": "3.1.21-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
    "@graphql-tools/utils": "^10.6.0",
    "@graphql-tools/wrap": "10.0.24-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3",
    "@whatwg-node/disposablestack": "^0.0.5",
    "constant-case": "^3",
    "graphql-yoga": "^5.10.3",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "graphql": "^16.9.0",
    "pkgroll": "2.5.1"
  },
  "sideEffects": false
}