{ "name": "omap", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js" }, "author": "", "license": "MIT", "dependencies": { "cookie-parser": "^1.4.6", "express": "^4.18.2", "morgan": "^1.10.0", "redis": "^4.6.7", "socket.io": "^4.7.2" } }