@graphql-mesh/transport-http-callback
Version:
62 lines • 1.58 kB
JSON
{
"name": "@graphql-mesh/transport-http-callback",
"version": "0.5.23-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"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.10",
"@graphql-mesh/string-interpolation": "^0.5.6",
"@graphql-mesh/transport-common": "^0.7.31",
"@graphql-mesh/types": "^0.104.0",
"@graphql-mesh/utils": "^0.104.1",
"@graphql-tools/executor-common": "^0.0.4",
"@graphql-tools/utils": "^10.8.1",
"@repeaterjs/repeater": "^3.0.6",
"@whatwg-node/fetch": "^0.10.4",
"@whatwg-node/promise-helpers": "^1.2.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"graphql": "^16.9.0",
"pkgroll": "2.11.2"
},
"sideEffects": false
}