-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 921 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
{
"name": "nestjs-gen",
"version": "1.3.6",
"description": "NestJS templated generator",
"main": "index.js",
"scripts": {},
"bin": {
"ngen": "index.js",
"ngen-copy-templates": "scripts/copyTemplates.js"
},
"keywords": [
"nestjs",
"scaffold",
"generator"
],
"repository": {
"type": "git",
"url": "[email protected]:rw3iss/nestjs-gen.git"
},
"author": "Ryan Weiss <[email protected]>",
"license": "ISC",
"dependencies": {
"caporal": "^1.4.0",
"ejs": "^3.1.6",
"ejs-lint": "^1.2.0",
"prompts": "^2.3.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/rw3iss/nestjs-gen/issues"
},
"homepage": "https://github.com/rw3iss/nestjs-gen#readme",
"directories": {
"lib": "lib"
}
}