mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00

Some checks failed
main-build / build-merged (push) Has been cancelled
main-build / auto-tag (push) Has been cancelled
main-build / coverage (push) Has been cancelled
main-build / auto-tag-artifact (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "npm run eslint && npm run abaplint",
|
|
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone -o zabapgit.abap",
|
|
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint --format codeframe && cd ..",
|
|
"build": "rm -rf output && abap_transpile test/abap_transpile.json && cp -f src/ui/zabapgit_icon_font.w3mi.data.woff output/",
|
|
"unit": "npm run build && echo RUNNING && node output/index.mjs --skip-critical",
|
|
"coverage": "npm run unit && c8 node output/index.mjs --skip-critical && c8 report --reporter=html",
|
|
"integration": "npm run build && echo RUNNING && node output/index.mjs --only-critical",
|
|
"abaplint": "abaplint --format codeframe",
|
|
"eslint": "eslint src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abapGit/abapGit.git"
|
|
},
|
|
"c8": {
|
|
"all": true,
|
|
"src": [
|
|
"src"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.113.109",
|
|
"@abaplint/database-sqlite": "^2.10.24",
|
|
"@abaplint/runtime": "^2.10.44",
|
|
"express": "^4.21.2",
|
|
"@abaplint/transpiler-cli": "^2.10.44",
|
|
"globals": "^16.0.0",
|
|
"abapmerge": "^0.16.6",
|
|
"c8": "^10.1.3",
|
|
"eslint": "^9.24.0"
|
|
}
|
|
}
|