package.json 591 B

123456789101112131415161718192021222324
  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. "express": "^5.2.1",
  22. "mongod": "^2.0.0"
  23. }
  24. }