{ "license": "MIT", "scripts": { "pretest": "abaplint \"src/**/*.abap\"", "test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap", "_disabled_posttest": "abaplint zabapgit.abap" }, "repository": { "type": "git", "url": "git+https://github.com/larshp/abapGit.git" }, "devDependencies": { "abapmerge": "^0.9.5", "abaplint": "^0.30.0" } }