-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
executable file
·55 lines (55 loc) · 1.17 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
{
"name": "nwabap-ui5uploader",
"version": "1.2.0",
"description": "Deploying a SAPUI5/OpenUI5 file structure to SAP NetWeaver ABAP via ADT (ABAP Developer Tools)",
"keywords": [
"npm module",
"NetWeaver",
"SAP",
"SAP NW",
"SAP deploy",
"SAP CI/CD",
"SAP ABAP",
"SAP UI5",
"UI5",
"ABAP",
"ADT",
"Web IDE",
"deploy",
"deployment",
"CI/CD",
"GitLab",
"Jenkins"
],
"author": "Nick Rappoldt <nickrappoldt@gmail.com>",
"license": "MIT",
"homepage": "https://nickrappoldt.nl",
"bugs": {
"url": "https://github.com/nrdev88/nwabap-ui5uploader/issues"
},
"main": "cli/bootstrap.js",
"bin": {
"nwabap": "./bin/nwabap.js"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nrdev88/nwabap-ui5uploader.git"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"async": "^2.6.0",
"clear": "0.1.0",
"commander": "^2.13.0",
"execa": "^4.0.0",
"fancy-log": "^1.3.3",
"fast-glob": "^3.2.5",
"figlet": "^1.5.0",
"isbinaryfile": "^3.0.2",
"unirest": "^0.6.0",
"xmldoc": "^0.4.0"
}
}