{ "name": "syncfilm", "version": "1.0.0", "main": "index.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "dotenv": "^16.4.7", "express": "^4.21.2", "socket.io": "^4.8.1" } }