{ "name": "donut-bingo", "version": "1.0.0", "description": "Bingo for Donut Operator TV", "homepage": "https://github.com/MorganLee909/donut-bingo#readme", "bugs": { "url": "https://github.com/MorganLee909/donut-bingo/issues" }, "repository": { "type": "git", "url": "git+https://github.com/MorganLee909/donut-bingo.git" }, "license": "ISC", "author": "Lee Morgan", "type": "module", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "compression": "^1.8.1", "cors": "^2.8.5", "express": "^5.2.1", "mongoose": "^9.0.2", "ws": "^8.18.3" } }