{ "name": "watchparty", "version": "1.0.0", "description": "Start a Stremio session with friends: watch together, chat and share controls. No addon sharing required.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "dev": "nodemon index.js" }, "repository": { "type": "git", "url": "git+https://github.com/MateusAquino/WatchParty.git" }, "keywords": [ "stremio", "plugin", "watchparty", "betterstremio" ], "author": "MateusAquino", "license": "MIT", "bugs": { "url": "https://github.com/MateusAquino/WatchParty/issues" }, "homepage": "https://github.com/MateusAquino/WatchParty#readme", "dependencies": { "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.19.2", "helmet": "^7.1.0", "morgan": "^1.10.0", "ws": "^8.17.0" }, "devDependencies": { "nodemon": "^3.1.3" }, "optionalDependencies": { "bufferutil": "^4.0.8" } }