{ "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": { "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" }, "devDependencies": { "nodemon": "^2.0.19", "watchify": "^4.0.0" } }