mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 20:16:24 +08:00
43 lines
1.5 KiB
JSON
43 lines
1.5 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' {} + ",
|
|
"auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
|
|
"auto_app2abap": "node .github/app2abap/trans2abap.js",
|
|
"auto_abaplint": "npx abaplint .github/abaplint/auto_abaplint_fix.jsonc --fix",
|
|
"auto_transpile": "cp node/srv/*.abap src && mkdir -p node/src && abap_transpile .github/abaplint/auto_transpile.jsonc ",
|
|
"rename": "npm ci && abaplint .github/abaplint/rename_test.jsonc --rename",
|
|
"express": "node node/srv/express.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abap2UI5/abap2UI5.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/abap2UI5/abap2UI5"
|
|
},
|
|
"homepage": "wwww.abap2UI5.org",
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.113.86",
|
|
"@abaplint/database-sqlite": "^2.10.20",
|
|
"@abaplint/runtime": "^2.10.23",
|
|
"@abaplint/transpiler-cli": "^2.10.23",
|
|
"@types/node": "^22.10.5",
|
|
"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.49.1"
|
|
},
|
|
"dependencies": {
|
|
"npm-check-updates": "^17.1.13"
|
|
}
|
|
} |