mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
14 lines
227 B
JSON
14 lines
227 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "abaplint *.abap"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/larshp/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"abaplint": ">=0.0.16"
|
|
}
|
|
}
|