Files
taoyao/taoyao-client-media/package.json
2023-07-05 08:50:47 +08:00

17 lines
407 B
JSON

{
"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",
"mediasoup": "^3.11.10"
}
}