-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 862 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
{
"license": "MIT",
"scripts": {
"test": "npm run abaplint",
"merge": "abapmerge -f src/zbw_adso_bof.prog.abap -c zbw_adso_bof_standalone > zbw_adso_bof.abap",
"merge.ci": "cp zbw_adso_bof.abap ci/zbw_adso_bof.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/zbw_adso_bof.git"
},
"devDependencies": {
"@abaplint/cli": "^2.73.1",
"@abaplint/transpiler-cli": "^1.2.24",
"@abaplint/runtime": "^1.2.24",
"abapmerge": "^0.14.3",
"eslint": "^7.22.0"
}
}