abapGit/package.json
Alexander Tsybulsky f99ee448c3 ci cleanups (#2918)
* ci cleanups

* npm lint -> npm abaplint
2019-09-28 23:36:41 -07:00

19 lines
419 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.0.0",
"abapmerge": "^0.11.5",
"eslint": "^5.11.1"
}
}