-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 875 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 875 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
{
"name": "evp-express-cli",
"version": "1.2.4",
"description": "evp-express-cli, a Express.js CLI to initialize your Express Project interactively with info, log4js, database and so on.",
"main": "index.js",
"scripts": {
"test": "cd demo && npm start",
"start": "node bin/cli",
"clean": "node bin/clean clean"
},
"bin": {
"evp-express": "./bin/cli"
},
"repository": {
"type": "git",
"url": "https://github.com/Evanpatchouli/evp-express-cli.git"
},
"homepage": "https://github.com/Evanpatchouli/evp-express-cli#readme",
"express": [
"express-cli",
"cli",
"nodejs"
],
"author": "evanpatchouli",
"license": "MIT",
"dependencies": {
"ansi-colors": "^4.1.3",
"chalk": "^4.0.0",
"cli-progress": "^3.12.0",
"commander": "^10.0.1",
"express-validator": "^7.0.1",
"inquirer": "^8.0.0"
}
}