-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.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
{
"name": "driven-occ",
"version": "0.1.4",
"description": "A CLI to manage OCC development at Driven.cx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"docc": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helioricardo/driven-occ.git"
},
"keywords": [
"occ",
"oracle-commerce-cloud",
"oracle-cx-cloud"
],
"author": "Hélio Ricardo <[email protected]>",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/helioricardo/driven-occ/issues"
},
"homepage": "https://github.com/helioricardo/driven-occ#readme",
"dependencies": {
"@oraclecc/dcu": "^1.6.0",
"archiver": "^5.0.2",
"axios": "^0.20.0",
"browser-sync": "^2.26.13",
"commander": "^6.1.0",
"dotenv": "^8.2.0",
"extract-zip": "^2.0.1",
"form-data": "^3.0.0",
"fs": "0.0.1-security",
"inquirer": "^7.3.3",
"inquirer-search-list": "^1.2.6",
"normalize-path": "^3.0.0",
"replace-in-file": "^6.1.0",
"shelljs": "^0.8.4",
"zip-local": "^0.3.4"
}
}