-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "zowe-cli-standalone-package",
"private": true,
"description": "This repository pulls the latest Zowe CLI and Zowe CLI Plugin Artifacts from Artifactory, and generates a standalone ZIP file containing the contents.",
"main": "index.js",
"scripts": {
"coverage": "env-cmd node scripts/coverage-report.js",
"test:deploy": "act workflow_dispatch -r -e .github/act-event.json --secret-file .env -W .github/workflows/zowe-cli-deploy-component.yaml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zowe/zowe-cli-standalone-package.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zowe/zowe-cli-standalone-package/issues"
},
"homepage": "https://github.com/zowe/zowe-cli-standalone-package#readme",
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.3",
"adm-zip": "^0.5.10",
"csv2md": "^1.1.0",
"delay": "^5.0.0",
"env-cmd": "^10.1.0",
"flat": "^5.0.2",
"glob": "^7.2.0",
"js-yaml": "^4.1.0",
"jsonfile": "^6.1.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"parse-lcov": "^1.0.4",
"shebang-regex": "^2.0.0",
"strip-comments": "^2.0.1",
"xml-js": "^1.6.11"
},
"overrides": {
"yargs-parser": "~13.1.2"
}
}