-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 745 Bytes
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
{
"name": "nestg",
"version": "0.2.0",
"description": "Script to Autogenerate A module with default files and a crud api. Based on https://github.com/bipin000/nestjs-generator and https://github.com/zMotivat0r/nest-crud/",
"main": "bin/nestjs-generator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"nestg": "bin/nestjs-generator.js"
},
"bugs": {
"url": "https://github.com/ShellOliver/nest-generator/issues",
"email": "shelldroid01@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ShellOliver/nest-generator.git"
},
"author": "Sheldon Santos",
"license": "ISC",
"preferGlobal": true,
"keywords": [
"NestJs, generator"
]
}