[*] 结构调整

This commit is contained in:
acgist
2023-02-02 19:39:29 +08:00
parent de7e15f6e5
commit 1de076ae16
19 changed files with 764 additions and 91 deletions

16
taoyao-media/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "taoyao-media",
"author": "acgist",
"version": "1.0.0",
"private": true,
"license": "All Rights Reserved",
"description": "taoyao media server",
"scripts": {
"start": "DEBUG=${DEBUG:='*mediasoup* *INFO* *WARN* *ERROR*'} INTERACTIVE=${INTERACTIVE:='true'} node server.js"
},
"dependencies": {
"mediasoup": "file:./mediasoup"
},
"devDependencies": {
}
}