forked from mirabarukaso/character_select_stand_alone_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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
37
{
"name": "character_select",
"productName": "Wai Character Select Stand Alone App",
"description": "API",
"keywords": [],
"main": "./main.js",
"type": "module",
"version": "2.7.0",
"author": "oOkami",
"scripts": {
"start": "electron .",
"package": "electron-packager ./ saa --platform=win32 --out=release --overwrite --ignore=^/settings/^.*\\.json --ignore=^/models/tagger/^.*\\.onnx --ignore=^/models/tagger/^.*\\.json --ignore=^/models/tagger/^.*\\.csv --ignore=^/html/ca/^.*\\.pem --ignore=^/examples/^.*\\.png",
"package_mac": "electron-packager ./ saa --platform=darwin --out=release --overwrite"
},
"devDependencies": {
"electron": "^41.1.0"
},
"dependencies": {
"async-mutex": "^0.5.0",
"bcrypt": "^6.0.0",
"express": "^5.2.1",
"express-rate-limit": "^8.5.1",
"helmet": "^8.1.0",
"https": "^1.0.0",
"js-yaml": "^4.1.1",
"onnxruntime-node": "^1.24.3",
"sharp": "^0.34.5",
"ws": "^8.20.0"
},
"overrides": {
"electron": {
"extract-zip": {
"yauzl": "^3.2.1"
}
}
}
}