Update code
This commit is contained in:
20
test2/server/package.json
Normal file
20
test2/server/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user