abapGit/package.json
2016-11-27 12:45:12 +01:00

15 lines
258 B
JSON

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