{
  "name": "@graphql-tools/batch-execute",
  "version": "10.0.8",
  "type": "module",
  "description": "A set of utils for faster development of GraphQL tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/batch-execute"
  },
  "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",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "@graphql-tools/utils": "^11.0.0",
    "@whatwg-node/promise-helpers": "^1.3.2",
    "dataloader": "^2.2.3",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "graphql": "^16.12.0",
    "pkgroll": "2.27.0"
  },
  "sideEffects": false
}