-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "repro-nest-commander",
"version": "0.0.0",
"description": "",
"author": "",
"license": "MIT",
"repository": "[email protected]:floriantz/repro-nest-commander.git",
"scripts": {
"build": "nest build",
"start": "nest start",
"start:debug": "nest start --debug --watch",
"start:dev": "nest start --watch",
"start:prod": "node dist/main",
"type": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@nestjs/common": "9.3.10",
"@nestjs/config": "2.3.1",
"@nestjs/core": "9.3.10",
"@nestjs/platform-express": "9.3.10",
"nest-commander": "3.6.1"
},
"devDependencies": {
"@nestjs/cli": "9.2.0",
"@types/inquirer": "8.2.4",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"inquirer": "8.2.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "3.14.1",
"typescript": "4.9.5"
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "16.14.2",
"npm": "8.5.5"
}
}