mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 13:26:12 +08:00
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "npm run eslint && npm run abaplint",
|
|
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_full > zabapgit.abap",
|
|
"abaplint": "abaplint",
|
|
"eslint": "eslint src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/larshp/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.30.0",
|
|
"abapmerge": "^0.13.1",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|