abap2UI5/package.json
Lars Hvam 7f0894a8b7 remove unused variables + refactor COND/SWITCH (#115)
* remove unused variables

* SWITCH/COND

* update abaplint
2023-06-15 16:23:15 +00:00

22 lines
651 B
JSON

{
"name": "abap2ui5",
"private": true,
"version": "1.0.0",
"description": "Development of UI5 Apps in pure ABAP. Follow this project on [twitter](https://twitter.com/OblomovDev) to keep up to date!",
"scripts": {
"downport": "rm -rf downport && cp -r src downport && abaplint --fix abaplint-downport.jsonc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oblomov-dev/abap2UI5.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/oblomov-dev/abap2UI5/issues"
},
"homepage": "https://github.com/oblomov-dev/abap2UI5#readme",
"devDependencies": {
"@abaplint/cli": "^2.95.48"
}
}