abapGit/package.json
2018-08-08 12:46:40 +00:00

17 lines
381 B
JSON

{
"license": "MIT",
"scripts": {
"pretest": "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.9.5",
"abaplint": "^0.30.0"
}
}