@graphql-hive/nestjs
Version:
68 lines • 1.73 kB
JSON
{
"name": "@graphql-hive/nestjs",
"version": "1.0.4-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/nestjs"
},
"homepage": "https://the-guild.dev/graphql/hive/docs/gateway",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"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": {
"@nestjs/common": "^10 || ^11",
"@nestjs/graphql": "^12 || ^13",
"graphql": "^15.9.0 || ^16.9.0"
},
"dependencies": {
"@graphql-hive/gateway": "1.12.3-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@graphql-mesh/types": "^0.104.0",
"@graphql-tools/utils": "^10.8.1",
"@whatwg-node/promise-helpers": "^1.2.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@nestjs/common": "11.0.11",
"@nestjs/core": "11.0.11",
"@nestjs/graphql": "13.0.3",
"@nestjs/testing": "11.0.11",
"@types/supertest": "6.0.2",
"fastify": "5.2.1",
"graphql": "^16.9.0",
"pkgroll": "2.11.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"supertest": "7.0.0"
},
"sideEffects": false
}