mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00

* refactoring * refactoring * update * update * Delete src/02/03/z2ui5_cl_popup_pdf.clas.locals_imp.abap * update * update * Update package.devc.xml * npm packages * update refactoring * update testclass * update * version update * update * update
28 lines
879 B
JSON
28 lines
879 B
JSON
{
|
|
"name": "abap2ui5",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Developing UI5 Apps in pure ABAP.",
|
|
"scripts": {
|
|
"downport": "rm -rf downport && cp -r src downport && abaplint --fix abaplint-downport.jsonc",
|
|
"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"
|
|
},
|
|
"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.105.15",
|
|
"@abaplint/database-sqlite": "^2.7.144",
|
|
"@abaplint/runtime": "^2.7.154",
|
|
"@abaplint/transpiler-cli": "^2.7.154"
|
|
}
|
|
}
|