-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "sfdy",
"version": "1.7.8",
"description": "Tool to better handle Salesforce metadata",
"main": "src/sfdy.js",
"bin": "src/sfdy.js",
"author": "Michele Triaca",
"license": "MIT",
"repository": {
"url": "https://github.com/micheletriaca/sfdy"
},
"engines": {
"node": ">=10"
},
"keywords": [
"salesforce",
"metadata",
"ant",
"tooling",
"sfdx"
],
"homepage": "https://github.com/micheletriaca/sfdy#readme",
"dependencies": {
"base64-stream": "^1.0.0",
"chalk": "^3.0.0",
"commander": "^2.20.3",
"del": "^5.1.0",
"fs-extra": "^8.1.0",
"get-stream": "^5.1.0",
"globby": "^11.0.0",
"highland": "^2.13.5",
"junit-report-builder": "^1.3.3",
"lodash": "^4.17.20",
"make-dir": "^3.0.2",
"multimatch": "^4.0.0",
"node-fetch": "^2.6.1",
"open": "^8.4.0",
"xml2js": "^0.5.0",
"yauzl": "^2.10.0",
"yazl": "^2.5.1"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1"
}
}