abap2UI5/package.json
oblomov bbd8fc5b1e
Some checks are pending
build_downport / build_downport (push) Waiting to run
downport mapster fix (#1267)
2024-07-12 18:50:52 +02:00

35 lines
1.3 KiB
JSON

{
"name": "abap2ui5",
"private": true,
"version": "1.0.0",
"description": "Developing UI5 Apps purely in ABAP.",
"scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"delete_mapster": "rm ./src/01/05/z2ui5_cl_cc_imagemapster.clas.abap && rm ./src/01/05/z2ui5_cl_cc_imagemapster.clas.xml",
"downport": "rm -rf downport && cp -r src downport && abaplint --fix ./ci/abaplint-downport.jsonc && npm run syfixes && npm run delete_mapster",
"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",
"rename": "abaplint ./ci/abaplint_rename.jsonc --rename",
"cleanup": "rm -rf input && rm -rf output"
},
"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.106.9",
"@abaplint/database-sqlite": "^2.8.0",
"@abaplint/runtime": "^2.8.24",
"@abaplint/transpiler-cli": "^2.8.24"
},
"dependencies": {
"npm-check-updates": "^16.14.18"
}
}