-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1 KB
/
package.json
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
{
"name": "jussitb",
"version": "1.5.1",
"description": "CLI VTEX utils",
"main": "jussitb.js",
"bin": {
"jussitb": "jussitb.js"
},
"author": {
"name": "Guilherme Paiva",
"url": "https://guilherme.dev/",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gfpaiva/jussitb.git"
},
"bugs": {
"url": "https://github.com/gfpaiva/jussitb/issues"
},
"homepage": "https://github.com/gfpaiva/jussitb/blob/master/README.md",
"keywords": [
"jussitb",
"jussi",
"cli",
"deploy"
],
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.2",
"cli-color": "^1.4.0",
"cli-spinner": "^0.2.10",
"commander": "^2.20.0",
"decode-html": "^2.0.0",
"form-data": "^2.3.3",
"inquirer": "^6.3.1",
"jsonfile": "^5.0.0",
"md5": "^2.2.1",
"ncp": "^2.0.0",
"progress": "^2.0.3",
"qs": "^6.7.0",
"update-notifier": "^3.0.0"
}
}