← Back
{
  "name": "options-backend",
  "version": "1.0.0",
  "main": "src/server.js",
  "scripts": {
    "start": "node src/server.js"
  },
  "dependencies": {
    "@prisma/client": "^6.19.2",
    "axios": "^1.6.0",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-rate-limit": "^8.2.1",
    "prisma": "^6.19.2",
    "web-push": "^3.6.7",
    "winston": "^3.19.0",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "jest": "^30.2.0"
  }
}

📜 Git History

2581c69feat(ops): add winston logger, jest tests for whale analysis, and push diagnostic endpoint4 months ago
fc018c2feat(push): implement web-push vapid backend, db registry, and frontend bell subscription toggle4 months ago
163bb5dfeat: migrate to options-screener-v2 folder to isolate deployment4 months ago
Show last diff
Loading...