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