mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 21:37:26 +08:00
18 lines
463 B
JSON
18 lines
463 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"",
|
|
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
|
|
"_disabled_posttest": "abaplint zabapgit.abap",
|
|
"lint": "node_modules/.bin/abaplint \"src/**/*.abap\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/larshp/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"abapmerge": "^0.11.0",
|
|
"abaplint": "^1.5.0"
|
|
}
|
|
}
|