{ "name": "yarn", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cookie-parser": "^1.4.7", "express": "^5.2.1", "socket.io": "^4.8.3", "uuid": "^13.0.0" } }