@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
75 lines (74 loc) • 1.93 kB
JSON
{
"name": "@nestjs/graphql",
"version": "12.2.0",
"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.4",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "10.2.3",
"@nestjs/mapped-types": "2.0.5",
"chokidar": "3.6.0",
"fast-glob": "3.3.2",
"graphql-tag": "2.12.6",
"graphql-ws": "5.16.0",
"lodash": "4.17.21",
"normalize-path": "3.0.0",
"subscriptions-transport-ws": "0.11.0",
"tslib": "2.6.3",
"uuid": "9.0.1",
"ws": "8.17.1"
},
"devDependencies": {
"@apollo/subgraph": "2.2.3",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/testing": "10.2.10",
"graphql": "16.8.1",
"reflect-metadata": "0.2.2",
"ts-morph": "21.0.1"
},
"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 || ^0.2.0",
"ts-morph": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.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": "f9549c039e0c613ed4bcab8e7cae22ddc1011f88"
}