-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bb-plugin-usage",
"version": "0.3.5",
"type": "module",
"scripts": {
"build": "bb plugin build",
"check": "tsc --noEmit",
"test": "vitest run",
"test:tz:la": "TZ=America/Los_Angeles vitest run",
"test:tz:akl": "TZ=Pacific/Auckland vitest run"
},
"engines": {
"bb": ">=0.36",
"bbPluginSdk": "^0.4.1"
},
"bb": {
"name": "Usage",
"description": "Coding-agent token usage and estimated API cost across enrolled machines.",
"branding": {
"icon": "ChartColumn"
},
"server": "./server.ts",
"app": "./app.tsx"
},
"dependencies": {
"@hugeicons/core-free-icons": "^4.1.3",
"@hugeicons/react": "^1.1.6",
"@opencode-ai/models": "^0.0.39",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-tooltip": "^1.2.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@radix-ui/react-dialog": "^1.1.19",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"better-sqlite3": "^12.0.0",
"hono": "^4.11.9",
"typescript": "^5.7.0",
"vaul": "^1.1.2",
"vitest": "^3.2.4"
}
}