mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00

Some checks failed
ABAP_CLOUD / ABAP_CLOUD (push) Has been cancelled
ABAP_STANDARD / ABAP_STANDARD (push) Has been cancelled
UI5_2X / UI5_2X (push) Has been cancelled
auto_abaplint_fix / auto_abaplint_fix (push) Has been cancelled
auto_downport / auto_downport (push) Has been cancelled
create_app2abap / create_app2abap (push) Has been cancelled
create_frontend / create_frontend (push) Has been cancelled
46 lines
1.8 KiB
JSON
46 lines
1.8 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' {} + ",
|
|
"abaplintpathfix": "sed -i 's|\"files\": \"/\\.\\.\\/\\.\\.\\/src\\/\\*\\*\\/\\*\\.\\*\"|\"files\": \"/src/**/*.*\"|g' abaplint.jsonc",
|
|
"auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -r src node/downport && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc && npm run abaplintpathfix",
|
|
"auto_app2abap": "node .github/app2abap/trans2abap.js",
|
|
"auto_abaplint": "npx abaplint .github/abaplint/auto_abaplint_fix.jsonc --fix",
|
|
"auto_transpile": "rm -rf node/output && cp node/srv/*.abap node/downport && abap_transpile ./node/setup/abap_transpile.json",
|
|
"rename": "npm ci && abaplint .github/abaplint/rename_test.jsonc --rename",
|
|
"express": "node node/srv/express.mjs",
|
|
"unit": "echo RUNNING && node node/output/index.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abap2UI5/abap2UI5.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/abap2UI5/abap2UI5"
|
|
},
|
|
"homepage": "www.abap2UI5.org",
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.113.104",
|
|
"@abaplint/database-sqlite": "^2.10.24",
|
|
"@abaplint/runtime": "^2.10.24",
|
|
"@abaplint/transpiler-cli": "^2.10.24",
|
|
"@types/node": "^22.13.4",
|
|
"buffer": "^6.0.3",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"express": "^4.21.2",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"path-browserify": "^1.0.1",
|
|
"web-encoding": "^1.1.5",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-dev-server": "^5.2.0",
|
|
"@playwright/test": "^1.50.1"
|
|
},
|
|
"dependencies": {
|
|
"npm-check-updates": "^17.1.14"
|
|
}
|
|
}
|