-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 999 Bytes
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
{
"name": "opencode-sidbar-context-breakdown",
"version": "0.1.0",
"description": "OpenCode TUI plugin — sidebar context breakdown with % per role (system/user/history/tool)",
"author": {
"name": "dtx",
"email": "dtruongxuan1397@gmail.com"
},
"contributors": [
{
"name": "OpenCode",
"url": "https://opencode.ai"
}
],
"type": "module",
"exports": {
".": {
"default": "./src/index.tsx"
},
"./tui": {
"default": "./src/index.tsx"
}
},
"repository": {
"type": "git",
"url": "https://github.com/DTrXuan/opencode_sidbar_context_breakdown"
},
"publishConfig": {
"access": "public"
},
"files": [
"src"
],
"dependencies": {
"@opentui/core": "0.1.97",
"@opentui/solid": "0.1.97",
"solid-js": "1.9.10"
},
"devDependencies": {
"@opencode-ai/plugin": "1.4.3",
"@opencode-ai/sdk": "1.4.3",
"@types/node": "^20.11.5",
"bun-types": "latest",
"typescript": "^5.8.2"
}
}