@graphql-yoga/nestjs-federation
Version:
GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.
91 lines (90 loc) • 2.25 kB
JSON
{
"name": "@graphql-yoga/nestjs-federation",
"version": "3.19.1-alpha-20260205002102-3907273d720911b1f0a452da1b772ad00bc8984d",
"type": "module",
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
"repository": {
"type": "git",
"url": "https://github.com/graphql-hive/graphql-yoga.git",
"directory": "packages/nestjs-federation"
},
"author": "Denis Badurina <badurinadenis@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "dist/index.cjs",
"typings": "dist/index.d.mts",
"module": "dist/index.mjs",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"default": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"keywords": [
"graphql",
"server",
"nestjs",
"nest",
"driver",
"graphql-yoga",
"apollo",
"federation"
],
"scripts": {
"build": "tsdown",
"check": "echo \"No checks specified\"; exit 0",
"watch": "tsdown --watch"
},
"peerDependencies": {
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^13.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"reflect-metadata": "^0.1.12 || ^0.2.0",
"rxjs": "^7.1.0"
},
"dependencies": {
"@apollo/gateway": "^2.10.1",
"@apollo/subgraph": "^2.4.0",
"@envelop/apollo-federation": "workspace:*",
"@envelop/core": "workspace:*",
"@graphql-yoga/nestjs": "workspace:*",
"@graphql-yoga/plugin-apollo-inline-trace": "workspace:*"
},
"devDependencies": {
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^13.0.0",
"graphql": "16.12.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"tsdown": "^0.20.0-beta.1",
"tslib": "^2.8.1"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"buildOptions": {
"input": "./src/index.ts"
},
"typescript": {
"definition": "dist/index.d.mts"
}
}