-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 849 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 849 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
{
"name": "@localsmart/xvba-cli",
"version": "1.0.0b10",
"description": "Command Line for XVBA",
"main": "index.js",
"bin": {
"xvba": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "aeraphe",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Aeraphe/xvba-cli.git"
},
"dependencies": {
"adm-zip": "^0.4.16",
"archiver": "^5.0.2",
"axios": "^0.20.0",
"chalk": "^2.4.2",
"cli-table": "^0.3.1",
"commander": "^2.19.0",
"extract-zip": "^2.0.1",
"figlet": "^1.2.1",
"inquirer": "^6.2.2",
"rimraf": "^3.0.2",
"shelljs": "^0.8.3"
},
"bugs": {
"url": "https://github.com/Aeraphe/xvba-cli/issues"
},
"homepage": "https://github.com/Aeraphe/xvba-cli#readme",
"devDependencies": {}
}