-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"license": "MIT",
"scripts": {
"test": "npm run abaplint",
"merge": "abapmerge -f src/zbw_hcpr_cp.prog.abap -c zbw_hcpr_cp > zbw_hcpr_cp.abap",
"merge.ci": "cp zbw_hcpr_cp.abap ci/zbw_hcpr_cp.prog.abap",
"unit": "rm -rf output && abap_transpile && echo RUNNING && node output/index.js",
"abaplint": "abaplint",
"docker-build": "docker-compose -f test/docker-compose.yml build",
"docker-up": "docker-compose -f test/docker-compose.yml up",
"docker-down": "docker-compose -f test/docker-compose.yml down"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pawelwiejkut/bw_hcpr_cp.git"
},
"devDependencies": {
"@abaplint/cli": "^2.91.5",
"@abaplint/runtime": "^2.0.47",
"@abaplint/transpiler-cli": "^2.0.47",
"@abaplint/database-sqlite": "^2.0.46",
"abapmerge": "^0.14.7",
"c8": "^7.11.3",
"eslint": "^8.18.0"
}
}