@graphql-mesh/transport-http-callback
Version: 
61 lines • 1.63 kB
JSON
{
  "name": "@graphql-mesh/transport-http-callback",
  "version": "0.5.20-alpha-acbc7e05ec13926f070ae8881defb902bb0dcffa",
  "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",
  "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"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pkgroll --clean-dist",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^15.9.0 || ^16.9.0"
  },
  "dependencies": {
    "@graphql-mesh/cross-helpers": "^0.4.9",
    "@graphql-mesh/string-interpolation": "^0.5.6",
    "@graphql-mesh/transport-common": "0.7.29-alpha-acbc7e05ec13926f070ae8881defb902bb0dcffa",
    "@graphql-mesh/types": "^0.103.6",
    "@graphql-mesh/utils": "^0.103.6",
    "@graphql-tools/executor-common": "0.0.2-alpha-acbc7e05ec13926f070ae8881defb902bb0dcffa",
    "@graphql-tools/utils": "^10.8.1",
    "@repeaterjs/repeater": "^3.0.6",
    "@whatwg-node/fetch": "^0.10.1",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "graphql": "^16.9.0",
    "pkgroll": "2.8.2"
  },
  "sideEffects": false
}