{
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"start": "node server/index.js",
"dev": "node --watch server/index.js",
"deploy": "./scripts/deploy.sh",
"deploy:restart": "./scripts/deploy.sh --restart-only",
"health": "./scripts/health-check.sh --verbose",
"backup": "./scripts/backup.sh",
"setup": "./scripts/setup.sh",
"logs": "pm2 logs futures-screener --lines 50",
"status": "pm2 describe futures-screener"
},
"dependencies": {
"bottleneck": "^2.19.5",
"lightweight-charts-drawing": "^0.1.1",
"node-fetch": "^2.7.0",
"web-push": "^3.6.7",
"ws": "^8.19.0"
},
"devDependencies": {
"vitest": "^4.1.5"
}
}
📜 Git History
23948fcfeat: centralized Binance rate limiter with Bottleneck8 weeks ago
b873b03feat: add deploy/ops scripts, vitest config, and expanded test suite9 weeks ago
d5c5ba1feat: add CLAUDE.md + vitest tests (AgentLint 33→72/100)9 weeks ago
74bc0b7feat: library drawing tools — lightweight-charts-drawing integration2 months ago
33085a1feat: server-side Web Push notifications + time fixes3 months ago
5cc318ffeat: v6 Phase 1 — Auth, Settings, Sidebar Grid, Batch Klines, PWA3 months ago
7127f1dfeat: UI updates & performance improvements5 months ago
Show last diff
Loading...