abapGit/package.json
2018-12-03 10:08:55 +01:00

18 lines
463 B
JSON

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