mirror of https://github.com/aiden09/mirotalksfu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "mirotalksfu",
|
|
"version": "1.0.0",
|
|
"description": "WebRTC SFU browser-based video calls",
|
|
"main": "Server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app/src/Server.js",
|
|
"compile": "npx browserify public/sfu/MediasoupClientCompile.js -o public/sfu/MediasoupClient.js",
|
|
"lint": "npx prettier --write ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/miroslavpejic85/mirotalksfu"
|
|
},
|
|
"author": "Miroslav Pejic",
|
|
"license": "AGPLv3",
|
|
"dependencies": {
|
|
"compression": "1.7.4",
|
|
"cors": "2.8.5",
|
|
"express": "4.17.3",
|
|
"httpolyglot": "0.1.2",
|
|
"mediasoup": "3.9.9",
|
|
"mediasoup-client": "3.6.51",
|
|
"ngrok": "4.3.1",
|
|
"@sentry/node": "^6.19.2",
|
|
"@sentry/integrations": "^6.19.2",
|
|
"socket.io": "4.4.1",
|
|
"swagger-ui-express": "4.3.0",
|
|
"uuid": "8.3.2",
|
|
"yamljs": "0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"node-fetch": "^2.6.7",
|
|
"prettier": "2.6.1"
|
|
}
|
|
}
|