@graphql-mesh/transform-federation
Version:
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "@graphql-mesh/transform-federation",
"version": "0.9.42-alpha-20220929214706-1fa5318d7",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@apollo/subgraph": "2.1.3",
"@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7",
"@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7",
"@graphql-tools/delegate": "9.0.8",
"@graphql-tools/stitching-directives": "2.3.11",
"@graphql-tools/utils": "8.12.0",
"graphql-transform-federation": "2.2.0",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/transforms/federation"
},
"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"
}
}