Files
9router/package.json
Catalin Stanciu 9c3d6f4ad8 feat: implement usage tracking for AI requests
Adds local token usage tracking for all AI providers. Usage data is
captured during stream processing and stored in a local database.
Includes a new Usage tab in the Providers dashboard to visualize
historical token consumption.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 17:23:28 +07:00

33 lines
732 B
JSON

{
"name": "9router-app",
"version": "0.2.13",
"description": "9Router web dashboard",
"private": true,
"scripts": {
"dev": "next dev --port 3091",
"build": "next build",
"start": "next start"
},
"dependencies": {
"express": "^5.2.1",
"fs": "^0.0.1-security",
"http-proxy-middleware": "^3.0.5",
"lowdb": "^7.0.1",
"next": "^15.2.0",
"node-machine-id": "^1.1.12",
"open": "^10.1.0",
"ora": "^5.4.1",
"react": "19.2.1",
"react-dom": "19.2.1",
"undici": "^7.16.0",
"uuid": "^13.0.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"tailwindcss": "^4"
}
}