{ "name": "watchtorrent-server", "version": "1.0.0", "private": true, "type": "module", "scripts": { "start": "node index.js" }, "dependencies": { "cors": "^2.8.5", "express": "^4.21.2", "socket.io": "^4.8.1", "uuid": "^11.1.0", "webtorrent": "^3.0.16" }, "optionalDependencies": { "ffmpeg-static": "^5.3.0", "ffprobe-static": "^3.1.0" } }