-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.11 KB
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
{
"name": "infras-template-cli",
"version": "1.0.6",
"description": "cli tool to generate infras template",
"main": "index.js",
"directories": {
"lib": "lib"
},
"bin": {
"infras-template-cli": "bin/index.js"
},
"scripts": {
"start": "node ./lib/index",
"version": "node ./lib/index -v",
"list": "node ./lib/index list",
"init": "node ./lib/index init"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kinggt/InfrasTemplate-cli.git"
},
"author": "Aryan",
"license": "MIT",
"devDependencies": {
"chalk": "^4.1.0",
"commander": "^7.2.0",
"eslint": "^7.23.0",
"figlet": "^1.5.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
"log-symbols": "^4.1.0",
"ora": "^5.4.0",
"simple-git": "^3.27.0",
"temp": "^0.9.4"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.2.0",
"figlet": "^1.5.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
"log-symbols": "^4.1.0",
"ora": "^5.4.0",
"simple-git": "^3.27.0",
"temp": "^0.9.4"
}
}