@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
100 lines (99 loc) • 2.66 kB
JSON
{
"name": "@nestjs/graphql",
"version": "14.0.0",
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"browser": "./dist/extra/graphql-model-shim.js",
"react-native": "./dist/extra/graphql-model-shim.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/extra/graphql-model-shim.js",
"react-native": "./dist/extra/graphql-model-shim.js",
"node": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"require": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/extra/graphql-model-shim.js"
},
"./plugin": {
"types": "./dist/plugin/index.d.ts",
"import": "./dist/plugin/index.js",
"require": "./plugin.cjs",
"default": "./plugin.cjs"
},
"./package.json": "./package.json",
"./*": "./*"
},
"files": [
"dist",
"plugin.cjs"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test:e2e": "vitest run",
"test:e2e:dev": "vitest watch"
},
"dependencies": {
"@graphql-tools/merge": "9.2.3",
"@graphql-tools/schema": "10.1.0",
"@graphql-tools/utils": "12.0.0",
"@nestjs/mapped-types": "12.0.0",
"chokidar": "4.0.3",
"es-toolkit": "1.51.0",
"graphql-tag": "2.12.7",
"graphql-ws": "6.2.1",
"normalize-path": "3.0.0",
"tinyglobby": "0.2.17",
"tslib": "2.8.1",
"ws": "8.21.3"
},
"devDependencies": {
"@apollo/subgraph": "2.14.4",
"@nestjs/common": "12.0.1",
"@nestjs/core": "12.0.1",
"@nestjs/testing": "12.0.1",
"graphql": "16.14.2",
"reflect-metadata": "0.2.2",
"ts-morph": "28.0.0"
},
"peerDependencies": {
"@apollo/subgraph": "^2.9.3",
"@nestjs/common": "^12.0.0",
"@nestjs/core": "^12.0.0",
"class-transformer": "*",
"class-validator": "*",
"graphql": "^16.11.0 || ^17.0.0",
"reflect-metadata": "^0.1.13 || ^0.2.0",
"ts-morph": "^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.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": "92a4e4be1509e00a30edf70e8402764b16e7101c"
}