mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 10:36:18 +08:00

* shorten length filenames * update * cleanup * cleanup * update action * action * action * update
36 lines
1.4 KiB
JSON
36 lines
1.4 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 abaplint-downport.jsonc && npm run syfixes",
|
|
"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 abaplint_rename.json --rename && rm -rf src/ui5/* && cp -r output/src/** src/",
|
|
"cleanup": "rm -rf input && rm -rf output",
|
|
"mirror": "npm run cleanup && rm -rf src/* && rm -rf output && npm run rename && npm run cleanup",
|
|
"mirror2": "abaplint abaplint_rename.json --rename && rm -rf src/ui5/* && cp -r src/** src/"
|
|
},
|
|
"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.5",
|
|
"@abaplint/database-sqlite": "^2.8.0",
|
|
"@abaplint/runtime": "^2.8.22",
|
|
"@abaplint/transpiler-cli": "^2.8.22"
|
|
},
|
|
"dependencies": {
|
|
"npm-check-updates": "^16.14.18"
|
|
}
|
|
}
|