UNPKG

@graphql-mesh/http

Version:
51 lines 1.25 kB
{ "name": "@graphql-mesh/http", "version": "0.100.7-alpha-20240731212710-7bf0f9d3d294db0cf96217c25810dc7cba4b06a1", "sideEffects": false, "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/runtime": "^0.100.6", "@graphql-mesh/types": "^0.99.5", "@graphql-mesh/utils": "^0.99.5", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@whatwg-node/server": "^0.9.46", "graphql-yoga": "^5.6.0" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/legacy/http" }, "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }