package.json 729 B

1234567891011121314151617181920212223242526272829
  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. },
  20. "dependencies": {
  21. "compression": "^1.8.1",
  22. "cors": "^2.8.5",
  23. "esbuild": "^0.27.2",
  24. "express": "^5.2.1",
  25. "html-minifier-terser": "^7.2.0",
  26. "mongoose": "^9.0.2",
  27. "ws": "^8.18.3"
  28. }
  29. }