token-rats 0.0.4 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -11
- package/dist/index.js +1064 -266
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "token-rats",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "Sync your Claude Code + Cursor token usage to your Token Rats leaderboard.",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Sync your Claude Code + Cursor + Codex token usage to your Token Rats leaderboard. Auto-refreshes via a background watcher.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@token-rats/contracts": "workspace:*",
|
|
35
35
|
"@token-rats/parsers": "workspace:*",
|
|
36
|
-
"@token-rats/pricing": "workspace:*",
|
|
37
36
|
"@types/better-sqlite3": "^7.6.12",
|
|
38
37
|
"@types/node": "22.10.2",
|
|
39
38
|
"@types/sql.js": "^1.4.11",
|