nwabap-ui5uploader
Version:
Deploying a SAPUI5/OpenUI5 file structure to SAP NetWeaver ABAP via ADT (ABAP Developer Tools)
56 lines (55 loc) • 1.25 kB
JSON
{
"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"
}
}