mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 13:26:12 +08:00

* rewrite * Update abaplint.json * Update abaplint.json * move to include where its used * Update .gitignore * Update package.json * update to latest
21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"pretest": "abaplint --version && abaplint \"src/**/*.*\"",
|
|
"test": "npm run eslint",
|
|
"posttest": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
|
|
"_disabled_posttest": "abaplint zabapgit.abap",
|
|
"lint": "abaplint \"src/**/*.*\"",
|
|
"eslint": "eslint src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/larshp/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"abaplint": "^1.7.23",
|
|
"abapmerge": "^0.11.5",
|
|
"eslint": "^5.11.1"
|
|
}
|
|
}
|