{
  "name": "@graphql-tools/federation",
  "version": "3.2.3-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
  "type": "module",
  "description": "Useful tools to create and manipulate GraphQL schemas.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/federation"
  },
  "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",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "@graphql-tools/delegate": "10.2.19-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/executor": "^1.4.7",
    "@graphql-tools/executor-http": "2.0.2-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/merge": "^9.0.12",
    "@graphql-tools/schema": "^10.0.11",
    "@graphql-tools/stitch": "9.4.24-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-tools/utils": "^10.8.1",
    "@graphql-tools/wrap": "10.0.37-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
    "@graphql-yoga/typed-event-target": "^3.0.1",
    "@whatwg-node/disposablestack": "^0.0.6",
    "@whatwg-node/events": "^0.1.2",
    "@whatwg-node/fetch": "^0.10.8",
    "@whatwg-node/promise-helpers": "^1.3.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@apollo/gateway": "^2.5.4",
    "@apollo/server": "^4.11.3",
    "@apollo/server-gateway-interface": "^1.1.1",
    "@apollo/subgraph": "^2.5.4",
    "@types/lodash": "4.17.17",
    "graphql": "^16.9.0",
    "graphql-federation-gateway-audit": "the-guild-org/graphql-federation-gateway-audit#main",
    "pkgroll": "2.12.2"
  },
  "sideEffects": false
}