abap2UI5/package.json
Lars Hvam af7fab71b2 enable unit tests (#198)
* Update test.yml

* update npm packages
2023-06-15 16:23:16 +00:00

28 lines
972 B
JSON

{
"name": "abap2ui5",
"private": true,
"version": "1.0.0",
"description": "Development of UI5 Apps in pure ABAP. Follow this project on [twitter](https://twitter.com/OblomovDev) to keep up to date!",
"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/oblomov-dev/abap2UI5.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/oblomov-dev/abap2UI5/issues"
},
"homepage": "https://github.com/oblomov-dev/abap2UI5#readme",
"devDependencies": {
"@abaplint/cli": "^2.97.17",
"@abaplint/database-sqlite": "^2.6.0",
"@abaplint/runtime": "^2.6.35",
"@abaplint/transpiler-cli": "^2.6.35"
}
}