Skip to content

Commit b3a7dbd

Browse files
committed
fix: align package exports and deps with opencode plugin loader conventions
1 parent 1c06bc0 commit b3a7dbd

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"import": "./tui/index.tsx"
2121
}
2222
},
23-
"oc-plugin": [
24-
"server",
25-
"tui"
26-
],
2723
"files": [
2824
"dist/",
2925
"index.ts",
@@ -71,16 +67,16 @@
7167
"author": "tarquinen",
7268
"license": "AGPL-3.0-or-later",
7369
"peerDependencies": {
74-
"@opencode-ai/plugin": ">=1.2.0"
70+
"@opencode-ai/plugin": ">=1.2.0",
71+
"@opentui/core": ">=0.1.0",
72+
"@opentui/solid": ">=0.1.0",
73+
"solid-js": ">=1.9.0"
7574
},
7675
"dependencies": {
7776
"@anthropic-ai/tokenizer": "^0.0.4",
7877
"@opencode-ai/sdk": "^1.3.2",
79-
"@opentui/core": "0.1.92",
80-
"@opentui/solid": "0.1.92",
8178
"fuzzball": "^2.2.3",
8279
"jsonc-parser": "^3.3.1",
83-
"solid-js": "1.9.11",
8480
"zod": "^4.3.6"
8581
},
8682
"devDependencies": {

0 commit comments

Comments
 (0)