summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/package.json
diff options
context:
space:
mode:
authorDax <[email protected]>2025-09-18 03:58:21 -0400
committerGitHub <[email protected]>2025-09-18 03:58:21 -0400
commit3b6c0ec0b3b4f2224311888d8f7be178ed2335da (patch)
tree33d2de1a0f3860add12f1211d23b75565eba3e9e /packages/plugin/package.json
parente9d902d84471faff3daf62455d6bc97750e4dc15 (diff)
downloadopencode-3b6c0ec0b3b4f2224311888d8f7be178ed2335da.tar.gz
opencode-3b6c0ec0b3b4f2224311888d8f7be178ed2335da.zip
support custom tools (#2668)
Diffstat (limited to 'packages/plugin/package.json')
-rw-r--r--packages/plugin/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 39355a1b1..1fc45014f 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -10,13 +10,18 @@
".": {
"development": "./src/index.ts",
"import": "./dist/index.js"
+ },
+ "./tool": {
+ "development": "./src/tool.ts",
+ "import": "./dist/tool.js"
}
},
"files": [
"dist"
],
"dependencies": {
- "@opencode-ai/sdk": "workspace:*"
+ "@opencode-ai/sdk": "workspace:*",
+ "zod": "catalog:"
},
"devDependencies": {
"@tsconfig/node22": "catalog:",