abapGit/package.json
2021-01-04 10:04:31 +01:00

23 lines
712 B
JSON

{
"license": "MIT",
"scripts": {
"test": "npm run eslint && npm run abaplint",
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone > zabapgit.abap",
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint && cd ..",
"unit": "rm -rf output && abap_transpile && echo RUNNING && node output/index.js",
"abaplint": "abaplint",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abapGit/abapGit.git"
},
"devDependencies": {
"@abaplint/cli": "^2.63.9",
"@abaplint/transpiler-cli": "^1.1.5",
"@abaplint/runtime": "^1.1.3",
"abapmerge": "^0.14.2",
"eslint": "^7.17.0"
}
}