UNPKG

@graphql-tools/federation

Version:

Useful tools to create and manipulate GraphQL schemas.

66 lines 1.99 kB
{ "name": "@graphql-tools/federation", "version": "2.2.38-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "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/graphql-tools" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "./dist/index.js", "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" }, "types": "./dist/index.d.ts", "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": "10.2.6-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-tools/executor-http": "^1.1.11", "@graphql-tools/merge": "^9.0.9", "@graphql-tools/schema": "^10.0.8", "@graphql-tools/stitch": "9.4.8-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@graphql-tools/utils": "^10.6.0", "@graphql-tools/wrap": "10.0.24-alpha-8b003d550d757d9f556d48288423f6ec263b8cb3", "@whatwg-node/fetch": "^0.10.1", "tslib": "^2.4.0" }, "optionalDependencies": { "@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ~3.10.0 || ~3.11.0" }, "devDependencies": { "@apollo/gateway": "^2.5.4", "@apollo/subgraph": "^2.5.4", "@types/lodash.pick": "4.4.9", "graphql": "^16.9.0", "graphql-federation-gateway-audit": "the-guild-org/graphql-federation-gateway-audit#main", "pkgroll": "2.5.1" }, "sideEffects": false, "typescript": { "definition": "dist/typings/index.d.ts" } }