Admin dashboard for managing user token balances. View, search, top up, and bulk-manage credits. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"name": "librechat-balance-manager",
|
|
"version": "1.0.0",
|
|
"description": "Balance management dashboard for LibreChat",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.0",
|
|
"mongodb": "^6.12.0"
|
|
}
|
|
}
|