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

* fix error message * popup close fix * refactoring * refactoring * refactoring * Create abaplint-fix * update * update * refactoring * refactoring * update * update * update abaplint * refactoring * update * unit tests utility class * update unit tests * update unit tests * update * update * update unit tests * update * Update z2ui5_cl_xml_view.clas.locals_imp.abap * Delete z2ui5_cl_xml_view.clas.locals_imp.abap * Update package.devc.xml * update start page * update unit tests and organization * update abaplint * update abaplint * update abaplint fixes * update * update * update abalint issues * Delete z2ui5_cl_http_handler.clas.locals_imp.abap * update downport readiness * update downport readiness * Update README.md * update abaplint * update * abaplint fixes * update unit tests * update unit tests * update abaplint * update * update unit tests sequence * update sequence * update unit test order * Update abaplint.jsonc * exclude unit test * update unit test syntax * added unit test nested xsdbool * update unit tests * upadate * unit tests * unit tests * update unit tests * update * update version
28 lines
876 B
JSON
28 lines
876 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.102.11",
|
|
"@abaplint/database-sqlite": "^2.7.18",
|
|
"@abaplint/runtime": "^2.7.55",
|
|
"@abaplint/transpiler-cli": "^2.7.55"
|
|
}
|
|
}
|