mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-04 22:06:21 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Updates the requirements on [@abaplint/cli](https://github.com/abaplint/abaplint) to permit the latest version. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/cli" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36 lines
1.5 KiB
JSON
36 lines
1.5 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 --format codeframe && cd ..",
|
|
"unit": "rm -rf output && abap_transpile test/abap_transpile.json && echo RUNNING && node output/index.mjs",
|
|
"coverage": "npm run unit && c8 node output/index.mjs && c8 report --reporter=html",
|
|
"integration": "rm -rf output && cp test/abap_transpile.json test/abap_transpile_int.json && sed -i 's/zcl_abapgit_auth/zcl_abapgit_integration_git/g' test/abap_transpile_int.json && abap_transpile test/abap_transpile_int.json && echo RUNNING && node output/index.mjs",
|
|
"abaplint": "abaplint --format codeframe",
|
|
"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"
|
|
},
|
|
"c8": {
|
|
"all": true,
|
|
"src": [
|
|
"src"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.82.10",
|
|
"@abaplint/runtime": "^1.6.66",
|
|
"@abaplint/transpiler-cli": "^1.6.66",
|
|
"abapmerge": "^0.14.3",
|
|
"c8": "^7.10.0",
|
|
"eslint": "^8.3.0"
|
|
}
|
|
}
|