@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
75 lines (74 loc) • 1.89 kB
JSON
{
"name": "@nestjs/graphql",
"version": "12.0.9",
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"plugin.js"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test:e2e": "jest --config ./tests/jest-e2e.json",
"test:e2e:dev": "jest --config ./tests/jest-e2e.json --watch"
},
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.6",
"@nestjs/mapped-types": "2.0.2",
"chokidar": "3.5.3",
"fast-glob": "3.3.1",
"graphql-tag": "2.12.6",
"graphql-ws": "5.14.0",
"lodash": "4.17.21",
"normalize-path": "3.0.0",
"subscriptions-transport-ws": "0.11.0",
"tslib": "2.6.2",
"uuid": "9.0.0",
"ws": "8.13.0"
},
"devDependencies": {
"@apollo/subgraph": "2.2.3",
"@nestjs/common": "10.2.1",
"@nestjs/core": "10.2.1",
"@nestjs/testing": "10.2.1",
"graphql": "16.8.0",
"reflect-metadata": "0.1.13",
"ts-morph": "19.0.0"
},
"peerDependencies": {
"@apollo/subgraph": "^2.0.0",
"@nestjs/common": "^9.3.8 || ^10.0.0",
"@nestjs/core": "^9.3.8 || ^10.0.0",
"class-transformer": "*",
"class-validator": "*",
"graphql": "^16.6.0",
"reflect-metadata": "^0.1.13",
"ts-morph": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@apollo/subgraph": {
"optional": true
},
"class-transformer": {
"optional": true
},
"class-validator": {
"optional": true
},
"ts-morph": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/graphql"
},
"gitHead": "5ae2e10094b1e10b63a00801749e77e167ee3475"
}