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

* update deps * update deps * update * skip exception tests * update runtime * update deps * update deps * skip invalid * adler32 running * update deps * run for URL class * update deps
23 lines
712 B
JSON
23 lines
712 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.61.4",
|
|
"@abaplint/transpiler-cli": "^0.8.8",
|
|
"@abaplint/runtime": "^0.8.8",
|
|
"abapmerge": "^0.14.1",
|
|
"eslint": "^7.14.0"
|
|
}
|
|
}
|