-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
{
"name": "nest-commander-schematics",
"version": "3.2.0",
"description": "A set of schematics for generating questions and commands with the NestJS CLI.",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc -p tsconfig.build.json",
"postbuild": "./tools/schematics-postbuild",
"test": "jest"
},
"keywords": [
"schematics",
"nest-commander",
"commander",
"nest",
"nestjs",
"cli",
"inquirer"
],
"author": "Jay McDoniel <jmcdo29@gmail.com>",
"license": "MIT",
"files": [
"src"
],
"schematics": "./src/collection.json",
"homepage": "https://nest-commander.jaymcdoniel.dev/docs/schematics/installation/",
"repository": {
"type": "github",
"url": "https://github.com/jmcdo29/nest-commander",
"directory": "packages/nest-commander-schematics"
},
"dependencies": {
"@angular-devkit/core": "19.2.22",
"@angular-devkit/schematics": "19.2.22",
"rxjs": "7.8.2",
"@nestjs/schematics": "11.0.0",
"typescript": "5.7.2"
}
}