@graphql-mesh/http
Version:
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "@graphql-mesh/http",
"version": "0.2.13-alpha-20221107134338-bee75dd07",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/runtime": "0.45.0-alpha-20221107134338-bee75dd07",
"@graphql-mesh/types": "0.85.8-alpha-20221107134338-bee75dd07",
"@graphql-mesh/utils": "0.42.7-alpha-20221107134338-bee75dd07",
"@whatwg-node/fetch": "^0.5.0",
"@whatwg-node/server": "^0.4.10",
"graphql-yoga": "3.0.0-next.10",
"itty-router": "2.6.6",
"itty-router-extras": "0.4.2",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/http"
},
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}