abap2UI5/package.json
oblomov b0bb5e9a9f
update-view (#647)
* update-view

* abaplint fixes

* update abaplint fixes

* abaplint fix

* abaplint fixes

* update abaplint downport fix

* update project structure

* downport fix

* abaplint fix

* abaplint fixes

* abaplint fixes

* transpiler fix

* update names

* description update

* update description

* small adjustments

* small corrections

* timer functionality

* timer update

* Update src/03/z2ui5_cl_cc_timer.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* update view logic

* added controls new view

* abaplint fixes

* abaplint fixes

* update dev dependencies

* update view

* update view

* abaplint fix

* update view controls

---------

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2023-11-16 17:21:16 +01:00

28 lines
878 B
JSON

{
"name": "abap2ui5",
"private": true,
"version": "1.0.0",
"description": "Developing UI5 Apps in pure ABAP.",
"scripts": {
"downport": "rm -rf downport && cp -r src downport && abaplint --fix abaplint-downport.jsonc",
"unit": "echo RUNNING && node output/index.mjs",
"transpile": "rm -rf output && abap_transpile test/abap_transpile.json",
"test": "npm run downport && npm run transpile && npm run unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5/abap2UI5.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5/abap2UI5/issues"
},
"homepage": "https://github.com/abap2UI5/abap2UI5#readme",
"devDependencies": {
"@abaplint/cli": "^2.103.7",
"@abaplint/database-sqlite": "^2.7.119",
"@abaplint/runtime": "^2.7.135",
"@abaplint/transpiler-cli": "^2.7.135"
}
}