-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 996 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
30
{
"name": "testy-test",
"version": "1.0.0",
"private": true,
"description": "test",
"scripts": {
"build": "rm -rf output && abap_transpile abap_transpile.json && echo RUNNING && cp -f abapGit/src/ui/zabapgit_icon_font.w3mi.data.woff output/ && node output/index.mjs",
"express": "node express.mjs",
"electron": "electron ./electron/index.js",
"test": "sh run.sh && npx abaplint --fix ./abaplint-cloud.jsonc && npx abaplint ./abaplint-open.jsonc && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/testyTest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/larshp/testyTest/issues"
},
"homepage": "https://github.com/larshp/testyTest#readme",
"dependencies": {
"@abaplint/cli": "^2.112.8",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.10.5",
"@abaplint/transpiler-cli": "^2.10.5",
"electron": "^31.3.1",
"express": "^4.19.2"
}
}