whoburnedmore 0.9.21 → 0.9.22

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.
Files changed (4) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +52 -104
  3. package/dist/index.js +6106 -6105
  4. package/package.json +7 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whoburnedmore",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "description": "Find out who burned more — submit your AI coding-agent token usage to the public leaderboard at whoburnedmore.com",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,30 +11,27 @@
11
11
  ],
12
12
  "scripts": {
13
13
  "build": "node scripts/clean.mjs && esbuild src/index.ts --bundle --platform=node --format=esm --target=node20 --outfile=dist/index.js --external:ccusage --external:picocolors --external:tokscale",
14
- "test": "vitest run",
14
+ "test": "vitest run --exclude '**/.context/**' --exclude 'menubar-app/**'",
15
15
  "lint": "tsc -p tsconfig.json --noEmit",
16
16
  "smoke:package": "node scripts/smoke-package.mjs",
17
- "prepublishOnly": "pnpm run lint && pnpm run test && pnpm run build && pnpm run smoke:package",
18
- "release:patch": "npm version patch && npm publish",
19
- "release:minor": "npm version minor && npm publish",
20
- "release:major": "npm version major && npm publish"
17
+ "prepublishOnly": "npm run lint && npm run test && npm run build && npm run smoke:package"
21
18
  },
22
19
  "dependencies": {
23
20
  "ccusage": "20.0.19",
24
- "picocolors": "^1.1.1"
21
+ "picocolors": "1.1.1"
25
22
  },
26
23
  "devDependencies": {
27
24
  "@types/node": "^22.10.0",
28
- "@whoburnedmore/shared": "workspace:*",
29
25
  "esbuild": "^0.27.0",
30
26
  "typescript": "^5.7.0",
31
- "vitest": "^3.0.0"
27
+ "vitest": "^3.0.0",
28
+ "zod": "^3.23.0"
32
29
  },
33
30
  "engines": {
34
31
  "node": ">=20"
35
32
  },
36
33
  "license": "MIT",
37
- "author": "Arham Wani <arhamwani765@gmail.com>",
34
+ "author": "whoburnedmore <132888838+arhxam@users.noreply.github.com>",
38
35
  "homepage": "https://whoburnedmore.com",
39
36
  "repository": {
40
37
  "type": "git",