-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 836 Bytes
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": "exhibition-server",
"version": "1.0.0",
"description": "展場中控系統 — 統一控制 VTube Studio、ESP32 燈光、音訊、攝像頭及自訂設備",
"main": "src/app.js",
"scripts": {
"start": "node src/start-all.js",
"start:node": "node src/app.js",
"start:yolo": "py yolo/src/server.py",
"start:cloud": "node src/app.js --cloud",
"bridge": "node src/bridge.js",
"dev": "node --watch src/app.js"
},
"type": "commonjs",
"keywords": [
"exhibition",
"vtubestudio",
"esp32",
"iot"
],
"author": "",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.92.0",
"axios": "^1.7.0",
"dotenv": "^17.4.2",
"express": "^4.21.0",
"localtunnel": "^2.0.2",
"node-wav-player": "^1.0.0",
"uuid": "^11.0.0",
"ws": "^8.18.0"
}
}