abapGit/package.json
2020-01-15 13:12:59 +01:00

19 lines
435 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": "^2.1.6",
"abapmerge": "^0.13.1",
"eslint": "^6.5.1"
}
}