-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 1.94 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "davos",
"version": "2.0.0-alpha.13",
"description": "Salesforce Commerce Cloud (Demandware) - Configuration Manager and Continuous Integration deployment tools",
"main": "index.js",
"files": [
"LICENSE",
"index.js",
"bin",
"src",
"resources"
],
"bin": {
"davos": "./bin/davos.js"
},
"scripts": {
"test": "mocha test/**/*.spec.js",
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"lint:fix": "npm run lint --silent -- --fix"
},
"keywords": [
"commerce cloud",
"demandware",
"webdav",
"upload",
"cartridge",
"salesforce",
"synch",
"eclipse",
"watch",
"isml",
"continuous integration",
"file merge",
"build",
"deployment"
],
"author": "ForkPoint",
"license": "MIT",
"homepage": "https://github.com/forkpoint/davos#readme",
"bugs": {
"url": "https://github.com/forkpoint/davos/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forkpoint/davos.git"
},
"dependencies": {
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.4.2",
"del": "^6.0.0",
"extract-zip": "^2.0.1",
"glob": "^7.1.6",
"globby": "^11.0.1",
"lodash": "^4.17.20",
"md5-file": "^5.0.0",
"mkdirp-sync": "0.0.3",
"moment": "^2.29.0",
"multimatch": "^4.0.0",
"prettify-xml": "^1.2.0",
"prompt": "^1.0.0",
"request": "^2.88.2",
"sfcc-ci": "^2.6.0",
"sync-queue": "0.0.2",
"underscore": "^1.11.0",
"winston": "^3.3.3",
"xml-js": "^1.6.11",
"xmlappend": "^1.0.4",
"xmldom": "^0.6.0",
"xpath": "0.0.32",
"yargonaut": "^1.1.4",
"yargs": "^16.0.3",
"yazl": "^2.5.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "~7.1.1",
"eslint": "^7.10.0",
"mocha": "^8.1.3",
"mocha-clean": "~1.0.0",
"mock-fs": "^4.13.0",
"proxyquire": "^2.1.3",
"sinon": "^9.1.0"
}
}