{
  "name": "@graphql-tools/federation",
  "version": "2.2.25",
  "description": "Useful tools to create and manipulate GraphQL schemas.",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "@graphql-tools/delegate": "^10.1.1",
    "@graphql-tools/executor-http": "^1.1.7",
    "@graphql-tools/merge": "^9.0.8",
    "@graphql-tools/schema": "^10.0.7",
    "@graphql-tools/stitch": "^9.3.3",
    "@graphql-tools/utils": "^10.5.5",
    "@graphql-tools/wrap": "^10.0.15",
    "@whatwg-node/fetch": "^0.9.17",
    "tslib": "^2.4.0",
    "value-or-promise": "^1.0.12"
  },
  "optionalDependencies": {
    "@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ~3.10.0 || ~3.11.0"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-tools",
    "directory": "packages/graphql-tools"
  },
  "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"
      }
    },
    "./*": {
      "require": {
        "types": "./typings/*.d.cts",
        "default": "./cjs/*.js"
      },
      "import": {
        "types": "./typings/*.d.ts",
        "default": "./esm/*.js"
      },
      "default": {
        "types": "./typings/*.d.ts",
        "default": "./esm/*.js"
      }
    },
    "./package.json": "./package.json"
  }
}