mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"pretest": "abaplint \"src/**/*.abap\"",
|
|
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
|
|
"_disabled_posttest": "abaplint zabapgit.abap"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/larshp/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"abapmerge": "^0.9.5",
|
|
"abaplint": "^0.30.0"
|
|
}
|
|
}
|