mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-04 13:56:14 +08:00

* update deps * update deps * remove CHAR01 usages * update deps * update deps * update deps * all unit tests in syntax now running! * update deps * update deps * update deps * enable additional exception unit tests * zcl_abapgit_string_map running * upd * login manager running * update deps, add progress clas * upd * update deps * fix whitespace * update deps * upd * update deps * update deps * update deps * use cl_abap newline * upd * run more * sort * update deps * add intf * update deps * upd * add zcl_abapgit_exit * some xml interfaces * zcl_abapgit_version running
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.63.6",
|
|
"@abaplint/transpiler-cli": "^1.0.40",
|
|
"@abaplint/runtime": "^1.0.40",
|
|
"abapmerge": "^0.14.2",
|
|
"eslint": "^7.16.0"
|
|
}
|
|
}
|