@graphql-hive/gateway-testing
Version:
57 lines • 1.45 kB
JSON
{
"name": "@graphql-hive/gateway-testing",
"version": "2.0.2-rc-4edfa719675b4142f39d4fe813824c68d31efbc7",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/gateway-testing"
},
"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-hive/gateway-runtime": "2.3.2-rc-4edfa719675b4142f39d4fe813824c68d31efbc7",
"graphql": "^15.9.0 || ^16.9.0"
},
"dependencies": {
"@apollo/subgraph": "^2.11.3",
"@graphql-mesh/fusion-composition": "^0.8.18",
"@graphql-tools/executor-http": "3.0.6-rc-4edfa719675b4142f39d4fe813824c68d31efbc7",
"@graphql-tools/utils": "^10.10.1",
"graphql-yoga": "^5.16.1"
},
"devDependencies": {
"graphql": "^16.12.0",
"pkgroll": "2.20.1"
},
"sideEffects": false
}