{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@fastify/cors": "^11.2.0",
"@fastify/rate-limit": "^10.3.0",
"bcryptjs": "^3.0.3",
"better-sqlite3": "^12.9.0",
"bottleneck": "^2.19.5",
"fastify": "^5.7.4",
"jsonwebtoken": "^9.0.3",
"node-fetch": "^3.3.2",
"pino-roll": "^4.0.0"
}
}
📜 Git History
23948fcfeat: centralized Binance rate limiter with Bottleneck8 weeks ago
6d27024feat: structured pino logging + revert resync queue to simple handler8 weeks ago
9df6536fix: replace wildcard CORS with whitelist via @fastify/cors plugin2 months ago
b80a4d5fix: add rate limiting — 100/min global, 15/min login, 10/min register2 months ago
5cc318ffeat: v6 Phase 1 — Auth, Settings, Sidebar Grid, Batch Klines, PWA3 months ago
445380afeat(frontend): comprehensive frontend rewrite with modular architecture, tab support and improved responsiveness5 months ago
508e62cS2 infra ready: nginx + pm2 + domain5 months ago
Show last diff
Loading...