mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 21:37:26 +08:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Updates the requirements on [@abaplint/cli](https://github.com/abaplint/abaplint) to permit the latest version. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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.62.0",
|
|
"@abaplint/transpiler-cli": "^0.8.21",
|
|
"@abaplint/runtime": "^0.8.21",
|
|
"abapmerge": "^0.14.2",
|
|
"eslint": "^7.15.0"
|
|
}
|
|
}
|