{
  "name": "@graphql-tools/executor-http",
  "version": "2.0.2-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
  "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/executors/http"
  },
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
  "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-hive/signal": "^1.0.0",
    "@graphql-tools/executor-common": "^0.0.4",
    "@graphql-tools/utils": "^10.8.1",
    "@repeaterjs/repeater": "^3.0.4",
    "@whatwg-node/disposablestack": "^0.0.6",
    "@whatwg-node/fetch": "^0.10.8",
    "@whatwg-node/promise-helpers": "^1.3.0",
    "meros": "^1.2.1",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@apollo/server": "^4.11.2",
    "@types/extract-files": "13.0.1",
    "@whatwg-node/disposablestack": "^0.0.6",
    "extract-files": "13.0.0",
    "graphql": "^16.9.0",
    "graphql-yoga": "^5.13.5",
    "pkgroll": "2.12.2"
  },
  "sideEffects": false
}