{ "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", "dev": "nodemon app.js --ignore views/build.html --ext js,css,html" }, "dependencies": { "compression": "^1.8.1", "esbuild": "^0.27.2", "express": "^5.2.1", "html-minifier-terser": "^7.2.0" } }