UNPKG

1.93 kBJSONView Raw
1{
2 "name": "@nestjs/graphql",
3 "version": "12.1.1",
4 "description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
5 "author": "Kamil Mysliwiec",
6 "license": "MIT",
7 "main": "./dist/index.js",
8 "types": "./dist/index.d.ts",
9 "files": [
10 "dist",
11 "plugin.js"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "test:e2e": "jest --config ./tests/jest-e2e.json",
18 "test:e2e:dev": "jest --config ./tests/jest-e2e.json --watch"
19 },
20 "dependencies": {
21 "@graphql-tools/merge": "9.0.1",
22 "@graphql-tools/schema": "10.0.2",
23 "@graphql-tools/utils": "10.0.13",
24 "@nestjs/mapped-types": "2.0.5",
25 "chokidar": "3.6.0",
26 "fast-glob": "3.3.2",
27 "graphql-tag": "2.12.6",
28 "graphql-ws": "5.14.3",
29 "lodash": "4.17.21",
30 "normalize-path": "3.0.0",
31 "subscriptions-transport-ws": "0.11.0",
32 "tslib": "2.6.2",
33 "uuid": "9.0.1",
34 "ws": "8.16.0"
35 },
36 "devDependencies": {
37 "@apollo/subgraph": "2.2.3",
38 "@nestjs/common": "10.2.10",
39 "@nestjs/core": "10.2.10",
40 "@nestjs/testing": "10.2.10",
41 "graphql": "16.8.1",
42 "reflect-metadata": "0.2.1",
43 "ts-morph": "21.0.1"
44 },
45 "peerDependencies": {
46 "@apollo/subgraph": "^2.0.0",
47 "@nestjs/common": "^9.3.8 || ^10.0.0",
48 "@nestjs/core": "^9.3.8 || ^10.0.0",
49 "class-transformer": "*",
50 "class-validator": "*",
51 "graphql": "^16.6.0",
52 "reflect-metadata": "^0.1.13 || ^0.2.0",
53 "ts-morph": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
54 },
55 "peerDependenciesMeta": {
56 "@apollo/subgraph": {
57 "optional": true
58 },
59 "class-transformer": {
60 "optional": true
61 },
62 "class-validator": {
63 "optional": true
64 },
65 "ts-morph": {
66 "optional": true
67 }
68 },
69 "repository": {
70 "type": "git",
71 "url": "https://github.com/nestjs/graphql"
72 },
73 "gitHead": "7c031d6b018b2258a963d6bb3c1b385c4ee261ab"
74}