abapGit/package.json
2018-01-13 14:15:02 +01: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.9.0",
"abaplint": ">=0.26.7"
}
}