-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 989 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 989 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "express-booster",
"version": "1.1.0",
"description": "a bootstraping tool to generate production level structured express Api applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"bin": {
"express-booster": "./bin/RestGenCLI.js"
},
"preferGlobal": true,
"author": "Elleuch Sami",
"license": "ISC",
"keywords": [
"express",
"api",
"production",
"bootstraping",
"generator",
"passport",
"mongoose",
"helmet",
"morgan",
"nodemon",
"workflow",
"autorouting",
"routing",
"cli",
"cli-app",
"nodejs",
"jwt",
"passport-jwt",
"authentication",
"structure",
"mongodb",
"Backend"
],
"dependencies": {
"chalk": "^4.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"figlet": "^1.4.0",
"inquirer": "^7.1.0",
"line-reader": "^0.4.0",
"listr": "^0.14.3",
"ora": "^4.0.4",
"shelljs": "^0.8.4"
}
}