[*] 结构调整
This commit is contained in:
16
taoyao-media/package.json
Normal file
16
taoyao-media/package.json
Normal 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": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user