- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
26 lines (26 loc) · 509 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 509 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": "progen",
"version": "1.0.0",
"description": "Generate project templates through CLI",
"main": "index.js",
"scripts": {
"test": "node index.test.js"
},
"bin": {
"progen": "./index.js"
},
"keywords": [
"generate",
"project",
"templates"
],
"author": "Arnav Malhotra <spideynuff@gmail.com>",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"cli-table": "^0.3.1",
"clui": "^0.3.6",
"inquirer": "^6.3.1",
"yargs": "^13.2.4"
}
}