-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 920 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
27
28
29
{
"name": "abap-protobuf",
"private": true,
"version": "1.0.0",
"description": "protobuf",
"dependencies": {},
"scripts": {
"lint": "abaplint",
"unit": "rm -rf output && abap_transpile && echo RUNNING && node output/index.mjs",
"integration": "node test/test.mjs",
"test": "npm run lint && npm run downport && npm run unit && npm run integration",
"downport": "rm -rf downport && cp src -r downport && abaplint --fix abaplint_downport.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heliconialabs/abap-protobuf.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/heliconialabs/abap-protobuf/issues"
},
"homepage": "https://github.com/heliconialabs/abap-protobuf#readme",
"devDependencies": {
"@abaplint/cli": "^2.112.14",
"@abaplint/runtime": "^2.10.9",
"@abaplint/transpiler-cli": "^2.10.9"
}
}