abapGit/package.json
Lars Hvam 573cfb7e06
update to abaplint 2.0.0 (#2898)
* Update abaplint.json

* Update package.json

* Update package.json
2019-08-30 04:05:09 -07:00

21 lines
496 B
JSON

{
"license": "MIT",
"scripts": {
"pretest": "abaplint --version && abaplint",
"test": "npm run eslint",
"posttest": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
"_disabled_posttest": "abaplint zabapgit.abap",
"lint": "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"
}
}