mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 13:26:12 +08:00

* minor unit testing updates * update deps * update deps * update deps * start with cleanup * update deps * update deps * gitignore allure-report directory * update deps * update deps * update deps * fix whitespace * update deps * update deps
23 lines
714 B
JSON
23 lines
714 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "npm run eslint && npm run abaplint",
|
|
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone > zabapgit.abap",
|
|
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint && cd ..",
|
|
"unit": "rm -rf output && abap_transpile && echo RUNNING && node output/index.js",
|
|
"abaplint": "abaplint",
|
|
"eslint": "eslint src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abapGit/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.60.3",
|
|
"@abaplint/transpiler-cli": "^0.7.13",
|
|
"@abaplint/runtime": "^0.7.13",
|
|
"abapmerge": "^0.14.1",
|
|
"eslint": "^7.13.0"
|
|
}
|
|
}
|