mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00

* 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>
28 lines
878 B
JSON
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"
|
|
}
|
|
}
|