mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
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",
|
|
"docker-build": "docker-compose -f test/docker-compose.yml build",
|
|
"docker-up": "docker-compose -f test/docker-compose.yml up",
|
|
"docker-unit": "docker-compose -f test/docker-compose.yml run --workdir=\"/home/node/abapGit\" abapgit npm run-script unit",
|
|
"docker-down": "docker-compose -f test/docker-compose.yml down"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abapGit/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.71.2",
|
|
"@abaplint/transpiler-cli": "^1.2.23",
|
|
"@abaplint/runtime": "^1.2.23",
|
|
"abapmerge": "^0.14.3",
|
|
"eslint": "^7.21.0"
|
|
}
|
|
}
|