Files
bigwo/test2/server/package.json

25 lines
543 B
JSON
Raw Normal View History

2026-03-12 12:47:56 +08:00
{
"name": "voice-chat-server",
"version": "1.0.0",
"description": "混合编排语音通话后端服务",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "node --watch app.js"
},
"dependencies": {
"@volcengine/openapi": "^1.36.0",
"axios": "^1.6.2",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.6.1",
"express": "^4.18.2",
"ioredis": "^5.4.0",
"mysql2": "^3.19.1",
2026-03-12 12:47:56 +08:00
"node-fetch": "^2.7.0",
"ssh2": "^1.17.0",
"uuid": "^9.0.0",
"ws": "^8.19.0"
2026-03-12 12:47:56 +08:00
}
}