abap2UI5/package.json
oblomov c8180a5aee
Dev (#548)
* busy indicator extension

* Update README.md

* Update README.md

* update binding

* Update README.md

* update binding

* update

* Update package.json

* Update package-lock.json
2023-09-18 14:48:54 +02:00

28 lines
876 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.102.42",
"@abaplint/database-sqlite": "^2.7.96",
"@abaplint/runtime": "^2.7.97",
"@abaplint/transpiler-cli": "^2.7.97"
}
}