abapGit/package.json
2017-10-14 10:56:09 +02:00

15 lines
265 B
JSON

{
"license": "MIT",
"scripts": {
"test": "abaplint \"src/**/*.abap\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abapmerge": "^0.8.0",
"abaplint": ">=0.26.7"
}
}