@graphql-tools/federation
Version:
Useful tools to create and manipulate GraphQL schemas.
68 lines • 2.1 kB
JSON
{
"name": "@graphql-tools/federation",
"version": "4.3.1-alpha-a9d40d9a3f2c4a1c7a7b1203779f9276711a2379",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/federation"
},
"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": {
"@graphql-tools/delegate": "12.0.12-alpha-a9d40d9a3f2c4a1c7a7b1203779f9276711a2379",
"@graphql-tools/executor": "^1.4.13",
"@graphql-tools/executor-http": "3.1.2-alpha-a9d40d9a3f2c4a1c7a7b1203779f9276711a2379",
"@graphql-tools/merge": "^9.1.5",
"@graphql-tools/schema": "^10.0.29",
"@graphql-tools/stitch": "10.1.16-alpha-a9d40d9a3f2c4a1c7a7b1203779f9276711a2379",
"@graphql-tools/utils": "^11.0.0",
"@graphql-tools/wrap": "11.1.12-alpha-a9d40d9a3f2c4a1c7a7b1203779f9276711a2379",
"@graphql-yoga/typed-event-target": "^3.0.2",
"@whatwg-node/disposablestack": "^0.0.6",
"@whatwg-node/events": "^0.1.2",
"@whatwg-node/fetch": "^0.10.13",
"@whatwg-node/promise-helpers": "^1.3.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@apollo/gateway": "^2.11.3",
"@apollo/server": "^5.4.0",
"@apollo/server-gateway-interface": "^2.0.0",
"@apollo/subgraph": "^2.11.3",
"@graphql-hive/federation-gateway-audit": "0.0.2",
"@types/lodash": "4.17.24",
"change-case": "^5.4.4",
"graphql": "^16.12.0",
"pkgroll": "2.27.0"
},
"sideEffects": false
}