Files
bigwo/test2/server/package.json
2026-03-12 12:47:56 +08:00

21 lines
449 B
JSON

{
"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",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
}
}