31 lines
695 B
JSON
31 lines
695 B
JSON
{
|
|
"name": "mediasoup",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon app.js",
|
|
"watch": "watchify public/index.js -o public/bundle.js -v"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"httpolyglot": "^0.1.2",
|
|
"mediasoup": "^3.10.4",
|
|
"mediasoup-client": "^3.6.54",
|
|
"socket.io": "^2.0.3",
|
|
"socket.io-client": "^2.0.3",
|
|
"nodemon": "^2.0.19",
|
|
"watchify": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.19",
|
|
"watchify": "^4.0.0"
|
|
}
|
|
}
|