{ "name": "scoreboard", "version": "0.0.0", "private": true, "scripts": { "start": "nodemon --ignore '*.json' ./bin/www" }, "dependencies": { "cookie-parser": "^1.4.7", "debug": "^4.4.3", "express": "^4.22.2", "hbs": "^4.2.1", "http-errors": "^2.0.1", "moment": "^2.30.1", "morgan": "^1.11.0", "socket.io": "^4.8.3" } }