-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 927 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
31
32
33
34
35
36
{
"name": "base-wails",
"version": "2.0.0",
"description": "Wails bridge for Desktop-CGI (Alternative for Electron)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "mocha --reporter spec --recursive",
"upgradepack": "npm install -g npm-check-updates && ncu --upgrade && npm install",
"build-win": "wails build -nsis",
"build": "wails build -clean -tags exp_gowebview2loader -webview2=embed"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cgijs": "^1.2.0",
"concurrency.js": "^0.0.23-beta",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"log4js": "^6.9.1",
"node-ipc": "^11.1.0",
"vite": "^4.3.6",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^8.40.0",
"mocha": "^10.2.0",
"sinon": "^15.0.4",
"supertest": "^6.3.3",
"unimported": "^1.28.0"
}
}