{ "name": "mirotalkc2c", "version": "1.1.87", "description": "A free WebRTC Cam-2-Cam browser-based video calls", "main": "server.js", "scripts": { "start": "node backend/server.js", "start-dev": "nodemon backend/server.js", "test": "echo \"Error: no test specified\" && exit 1", "lint": "npx prettier --write .", "docker-build": "docker build --tag mirotalk/c2c:latest .", "docker-rmi": "docker images |grep '' |awk '{print $3}' |xargs docker rmi", "docker-push": "docker push mirotalk/c2c:latest", "docker-pull": "docker pull mirotalk/c2c:latest", "docker-rmc": "docker container rm mirotalkc2c --force", "docker-run": "docker run -d -p 8080:8080 --name mirotalkc2c mirotalk/c2c:latest", "docker-rune": "docker run -d -p 8080:8080 -v .env:/src/.env:ro --name mirotalkc2c mirotalk/c2c:latest", "docker-run-vm": "docker run -d -p 8080:8080 -v .env:/src/.env:ro -v ./frontend/:/src/frontend/:ro -v ./backend/:/src/backend/:ro --name mirotalkc2c mirotalk/c2c:latest", "docker-start": "docker start mirotalkc2c", "docker-stop": "docker stop mirotalkc2c" }, "repository": { "type": "git", "url": "git+https://github.com/miroslavpejic85/mirotalkc2c" }, "keywords": [ "c2c", "webrtc", "socket.io", "ngrok", "video", "audio", "cam2cam" ], "author": "Miroslav Pejic", "license": "AGPL-3.0", "homepage": "https://github.com/miroslavpejic85/mirotalkc2c", "dependencies": { "@mattermost/client": "10.6.0", "@ngrok/ngrok": "1.5.0", "colors": "^1.4.0", "compression": "^1.8.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^5.1.0", "express-openid-connect": "^2.18.0", "helmet": "^8.1.0", "httpolyglot": "0.1.2", "js-yaml": "^4.1.0", "nodemailer": "^6.10.1", "socket.io": "^4.8.1", "swagger-ui-express": "5.0.1", "uuid": "11.1.0", "xss": "^1.0.15" }, "devDependencies": { "node-fetch": "^3.3.2", "nodemon": "^3.1.10", "prettier": "3.5.3" } }