{
  "name": "@graphql-mesh/transport-http-callback",
  "version": "0.6.2",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/transports/http-callback"
  },
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "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": "^15.9.0 || ^16.9.0"
  },
  "dependencies": {
    "@graphql-hive/signal": "^1.0.0",
    "@graphql-mesh/cross-helpers": "^0.4.10",
    "@graphql-mesh/string-interpolation": "^0.5.6",
    "@graphql-mesh/transport-common": "^0.7.35",
    "@graphql-mesh/types": "^0.104.5",
    "@graphql-mesh/utils": "^0.104.5",
    "@graphql-tools/executor-common": "^0.0.4",
    "@graphql-tools/utils": "^10.8.1",
    "@repeaterjs/repeater": "^3.0.6",
    "@whatwg-node/fetch": "^0.10.8",
    "@whatwg-node/promise-helpers": "^1.3.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "graphql": "^16.9.0",
    "pkgroll": "2.13.1"
  },
  "sideEffects": false
}