-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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
{
"name": "xvtx",
"version": "1.0.24",
"description": "CLI VTEX utils",
"main": "xvtx.js",
"bin": {
"xvtx": "xvtx.js"
},
"author": "Felipe Rohde <fr.rohde@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/feliperohde/xvtx.git"
},
"bugs": {
"url": "https://github.com/feliperohde/xvtx/issues"
},
"homepage": "https://github.com/feliperohde/xvtx/blob/master/README.md",
"keywords": [
"xvtx",
"VTEX",
"kit front-end",
"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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}