abapGit/package.json
2018-11-17 07:35:05 +01:00

17 lines
403 B
JSON

{
"license": "MIT",
"scripts": {
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"",
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
"_disabled_posttest": "abaplint zabapgit.abap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abapmerge": "^0.11.0",
"abaplint": "^1.0.1"
}
}