summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/package.json
diff options
context:
space:
mode:
authorSebastian <[email protected]>2026-03-27 15:00:26 +0100
committerGitHub <[email protected]>2026-03-27 15:00:26 +0100
commit6274b0677c1c65815c525b9b199f1ce5c6fb97fc (patch)
tree399fdba174e350c2f86c2deba047ac8b17ce43bf /packages/plugin/package.json
parentd8ad8338f5311ac6692ebc362d28389e028f6aad (diff)
downloadopencode-6274b0677c1c65815c525b9b199f1ce5c6fb97fc.tar.gz
opencode-6274b0677c1c65815c525b9b199f1ce5c6fb97fc.zip
tui plugins (#19347)
Diffstat (limited to 'packages/plugin/package.json')
-rw-r--r--packages/plugin/package.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 5004a3ee2..c0565a7a2 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -10,7 +10,8 @@
},
"exports": {
".": "./src/index.ts",
- "./tool": "./src/tool.ts"
+ "./tool": "./src/tool.ts",
+ "./tui": "./src/tui.ts"
},
"files": [
"dist"
@@ -19,7 +20,21 @@
"@opencode-ai/sdk": "workspace:*",
"zod": "catalog:"
},
+ "peerDependencies": {
+ "@opentui/core": ">=0.1.90",
+ "@opentui/solid": ">=0.1.90"
+ },
+ "peerDependenciesMeta": {
+ "@opentui/core": {
+ "optional": true
+ },
+ "@opentui/solid": {
+ "optional": true
+ }
+ },
"devDependencies": {
+ "@opentui/core": "0.1.90",
+ "@opentui/solid": "0.1.90",
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",
"typescript": "catalog:",