abapGit/package.json
2019-10-07 22:51:15 -07:00

19 lines
418 B
JSON

{
"license": "MIT",
"scripts": {
"test": "npm run eslint && npm run abaplint",
"merge": "abapmerge -f src/zabapgit.prog.abap > 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.11.5",
"eslint": "^6.5.1"
}
}