abap2UI5/package.json
oblomov-dev 6ca092cb3b
cleanup resources & ci setup (#1387)
* cleanup resources

* update ci setup

* Update test_rename.yml

* Update test.yml

* Update test_rename.yml
2024-09-08 15:28:26 +02:00

34 lines
1.2 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' {} + ",
"downport": "rm -rf downport && cp -r src downport && abaplint --fix ./ci/abaplint-downport.jsonc && npm run syfixes",
"unit": "echo RUNNING && node output/index.mjs",
"transpile": "rm -rf output && abap_transpile ci/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.113.6",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.10.16",
"@abaplint/transpiler-cli": "^2.10.16"
},
"dependencies": {
"npm-check-updates": "^17.1.1"
}
}