UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

75 lines (74 loc) 1.93 kB
{ "name": "@nestjs/graphql", "version": "12.1.1", "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.1", "@graphql-tools/schema": "10.0.2", "@graphql-tools/utils": "10.0.13", "@nestjs/mapped-types": "2.0.5", "chokidar": "3.6.0", "fast-glob": "3.3.2", "graphql-tag": "2.12.6", "graphql-ws": "5.14.3", "lodash": "4.17.21", "normalize-path": "3.0.0", "subscriptions-transport-ws": "0.11.0", "tslib": "2.6.2", "uuid": "9.0.1", "ws": "8.16.0" }, "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.1", "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": "7c031d6b018b2258a963d6bb3c1b385c4ee261ab" }