-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.12 KB
/
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
27
28
29
30
31
32
33
{
"name": "abap-pulsar",
"private": true,
"version": "1.0.0",
"description": "pulsar",
"scripts": {
"lint": "abaplint",
"unit": "rm -rf output && abap_transpile && echo RUNNING && node output/index.mjs",
"test": "npm run lint && npm run downport && npm run unit",
"downport": "rm -rf downport && rm -rf deps2 && git clone --quiet https://github.com/heliconialabs/abap-protobuf deps2 && cp deps2/src -r downport && cp src/* -r downport && rm downport/*/zcl_protobuf*testclasses* && abaplint --fix abaplint_downport.json",
"integration:setup": "ts-node ./test/setup.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heliconialabs/abap-pulsar.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/heliconialabs/abap-pulsar/issues"
},
"homepage": "https://github.com/heliconialabs/abap-pulsar#readme",
"devDependencies": {
"@abaplint/cli": "^2.102.29",
"@abaplint/runtime": "^2.7.83",
"@abaplint/transpiler-cli": "^2.7.83",
"@types/node": "^20.5.7",
"ts-node": "^10.9.1"
},
"dependencies": {
"typescript": "^5.2.2"
}
}