package.json 802 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "donut-bingo",
  3. "version": "1.0.0",
  4. "description": "Bingo for Donut Operator TV",
  5. "homepage": "https://github.com/MorganLee909/donut-bingo#readme",
  6. "bugs": {
  7. "url": "https://github.com/MorganLee909/donut-bingo/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/MorganLee909/donut-bingo.git"
  12. },
  13. "license": "ISC",
  14. "author": "Lee Morgan",
  15. "type": "module",
  16. "main": "app.js",
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1",
  19. "dev": "nodemon app.js --ignore views/build.html --ext js,css,html"
  20. },
  21. "dependencies": {
  22. "compression": "^1.8.1",
  23. "cors": "^2.8.5",
  24. "esbuild": "^0.27.2",
  25. "express": "^5.2.1",
  26. "html-minifier-terser": "^7.2.0",
  27. "mongoose": "^9.0.2",
  28. "ws": "^8.18.3"
  29. }
  30. }