librechat-analytics/package.json
DJP 65824fc3b3 Initial commit: LibreChat Analytics Dashboard
Express.js + Chart.js dashboard for LibreChat usage analytics.
Queries MongoDB transactions collection for model/agent usage, costs, and top users.
Dark theme with Montserrat font, black/gold (#FFC407) color scheme.
Docker-ready with API key authentication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 16:48:40 -04:00

14 lines
292 B
JSON

{
"name": "librechat-analytics",
"version": "1.0.0",
"description": "Usage analytics dashboard for LibreChat",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongodb": "^6.12.0"
}
}