mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
15 lines
258 B
JSON
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.7.0",
|
|
"abaplint": ">=0.26.7"
|
|
}
|
|
}
|