abapGit/package.json
Valdir Mendes 753d66cad3 Changing report name to zabapgit_full in merge (#3154)
* Changing report name to zabapgit_full in merge

* Fixing sh merge command

* Fixing abapmerge version

* Update package.json

Co-Authored-By: Lars Hvam <larshp@hotmail.com>

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-01-14 16:54:24 +01:00

19 lines
435 B
JSON

{
"license": "MIT",
"scripts": {
"test": "npm run eslint && npm run abaplint",
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_full > zabapgit.abap",
"abaplint": "abaplint",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abaplint": "^2.1.6",
"abapmerge": "^0.13.0",
"eslint": "^6.5.1"
}
}