abapGit/package.json
dependabot-preview[bot] 7b93822bc2
Bump abapmerge from 0.13.1 to 0.14.1 (#3467)
Bumps [abapmerge](https://github.com/larshp/abapmerge) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/larshp/abapmerge/releases)
- [Commits](https://github.com/larshp/abapmerge/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-07 14:53:07 +02:00

20 lines
534 B
JSON

{
"license": "MIT",
"scripts": {
"test": "npm run eslint && npm run abaplint",
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_full > zabapgit.abap",
"merge.ci": "cp zabapgit.abap ci/zabapgit_full.prog.abap && cd ci && abaplint && cd ..",
"abaplint": "abaplint",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"@abaplint/cli": "^2.33.0",
"abapmerge": "^0.14.1",
"eslint": "^7.1.0"
}
}