17 lines
407 B
JSON
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"
|
|
}
|
|
} |