@graphql-hive/router-runtime
Version:
60 lines • 1.81 kB
JSON
{
"name": "@graphql-hive/router-runtime",
"version": "0.0.1-hive-router-query-planner-f62294138eac986b09ff16ff426e42989a1ab9f4",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/router-runtime"
},
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"engines": {
"node": ">=20.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": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@envelop/core": "^5.3.2",
"@graphql-hive/router-query-planner": "^0.0.3",
"@graphql-mesh/fusion-runtime": "1.5.0-hive-router-query-planner-f62294138eac986b09ff16ff426e42989a1ab9f4",
"@graphql-mesh/transport-common": "1.0.10-hive-router-query-planner-f62294138eac986b09ff16ff426e42989a1ab9f4",
"@graphql-tools/executor": "^1.4.11",
"@graphql-tools/executor-common": "1.0.4-hive-router-query-planner-f62294138eac986b09ff16ff426e42989a1ab9f4",
"@graphql-tools/federation": "4.2.2-hive-router-query-planner-f62294138eac986b09ff16ff426e42989a1ab9f4",
"@graphql-tools/utils": "^10.9.1",
"@whatwg-node/promise-helpers": "^1.3.2"
},
"devDependencies": {
"graphql": "^16.9.0",
"pkgroll": "2.20.1"
},
"sideEffects": false
}