{
  "name": "@graphql-mesh/serve-runtime",
  "version": "0.2.11-alpha-20240330112321-ce09160105d8d29c9209fae29bfb1b9786a4de3b",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "*"
  },
  "dependencies": {
    "@envelop/core": "^5.0.0",
    "@graphql-mesh/cross-helpers": "^0.4.1",
    "@graphql-mesh/fusion-federation": "0.0.2-alpha-20240330112321-ce09160105d8d29c9209fae29bfb1b9786a4de3b",
    "@graphql-mesh/fusion-runtime": "0.2.11-alpha-20240330112321-ce09160105d8d29c9209fae29bfb1b9786a4de3b",
    "@graphql-mesh/utils": "^0.97.5",
    "@graphql-tools/delegate": "^10.0.3",
    "@graphql-tools/executor-http": "^1.0.6",
    "@graphql-tools/executor-yoga": "^2.0.3",
    "@graphql-tools/schema": "^10.0.2",
    "@graphql-tools/utils": "^10.0.8",
    "@graphql-tools/wrap": "^10.0.1",
    "@whatwg-node/server": "^0.9.16",
    "graphql-mobius": "^0.1.13",
    "graphql-yoga": "^5.1.1"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-mesh",
    "directory": "packages/serve-runtime"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "typings/index.d.ts",
  "typescript": {
    "definition": "typings/index.d.ts"
  },
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./typings/index.d.cts",
        "default": "./cjs/index.js"
      },
      "import": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      },
      "default": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      }
    },
    "./package.json": "./package.json"
  }
}