UNPKG

esi-cap

Version:

Enterprise System Integration Based on SAP CAP

45 lines (44 loc) 1.05 kB
{ "name": "esi-cap", "version": "0.1.1", "description": "Enterprise System Integration Based on SAP CAP", "main": "dist/index.js", "author": "SAP-Code-World", "license": "CC-BY-ND-4.0", "repository": { "type": "git", "url": "git+https://github.com/SAP-code-world/esi-cap.git" }, "keywords": [ "SAP", "CAP", "Remote", "Service", "Integration" ], "dependencies": { "@sap-cloud-sdk/connectivity": "^4.0.2", "@sap-cloud-sdk/http-client": "^3.26.4", "express": "^5.1.0", "lodash": "^4.17.21", "soap": "^1.1.11", "xml2js": "^0.6.2", "log4js": "^6.9.1" }, "devDependencies": { "javascript-obfuscator": "^4.1.1", "uglify-js": "^3.19.3" }, "scripts": { "build": "node build/index.js", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist" ], "bugs": { "url": "https://github.com/SAP-code-world/esi-cap/issues" }, "homepage": "https://github.com/SAP-code-world/esi-cap#readme" }