-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 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
27
28
{
"name": "@vixnguyen/naf",
"version": "1.0.20",
"description": "The CLI helps to create a Node API application with MongoDB, Fastify and Swagger.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"naf": "bin/execute"
},
"author": "Vix Nguyen <vinguyen.fitsgu@gmail.com>",
"license": "ISC",
"dependencies": {
"fs": "0.0.1-security",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.1",
"shelljs": "^0.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vixnguyen/naf-public-cli.git"
},
"bugs": {
"url": "https://github.com/vixnguyen/naf-public-cli/issues"
},
"homepage": "https://github.com/vixnguyen/naf-public-cli#readme"
}