[*] 日常优化

This commit is contained in:
acgist
2023-07-05 08:50:47 +08:00
parent 1315b8e86b
commit e4f2aa1a97
11 changed files with 612 additions and 85 deletions

View File

@@ -1,15 +1,17 @@
{
"name": "taoyao-client-media",
"author": "acgist",
"version": "1.0.0",
"private": true,
"name" : "taoyao-client-media",
"author" : "acgist",
"version" : "1.0.0",
"private" : true,
"license" : "Apache-2.0",
"homepage" : "https://gitee.com/acgist/taoyao",
"description": "taoyao client media",
"scripts": {
"dev": "node src/Server.js",
"prd": "node src/Server.js"
},
"dependencies": {
"ws": "^8.12.0",
"ws" : "^8.12.0",
"mediasoup": "^3.11.10"
}
}
}