| 1234567891011121314151617181920212223242526272829 |
- {
- "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",
- "esbuild": "^0.27.2",
- "express": "^5.2.1",
- "html-minifier-terser": "^7.2.0",
- "mongoose": "^9.0.2",
- "ws": "^8.18.3"
- }
- }
|