abapGit/package.json
Lars Hvam b887a8ff9b
use @abaplint/cli instead of abaplint (#3276)
* use @abaplint/cli instead of abaplint

* Update package.json
2020-03-29 09:22:25 +02:00

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"
}
}