-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 749 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
{
"name": "opencode-skill-scope",
"version": "0.1.0",
"description": "OpenCode TUI sidebar plugin — shows active skills with spinner animation",
"type": "module",
"exports": {
"./tui": "./src/tui.tsx"
},
"files": [
"src/tui.tsx"
],
"keywords": [
"opencode",
"opencode-plugin",
"tui-plugin",
"skill-sidebar"
],
"author": "orca",
"license": "MIT",
"peerDependencies": {
"@opencode-ai/plugin": ">=1.4.3"
},
"peerDependenciesMeta": {
"@opentui/core": {
"optional": true
},
"@opentui/solid": {
"optional": true
}
},
"devDependencies": {
"@opentui/core": "^0.1.98",
"@opentui/solid": "^0.1.98",
"solid-js": "^1.9.12",
"typescript": "^5.5.0"
}
}