summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-02 18:50:19 -0400
committerDax Raad <[email protected]>2025-08-02 18:50:19 -0400
commitca031278ca9ca30277620e344f7a95c597a8a0de (patch)
tree93af08a56682986262fb7d2c97cfd77d6a973ff7 /packages/plugin/package.json
parentae6e47bb42bbfcbb908cda28f4ec028a7335904e (diff)
downloadopencode-ca031278ca9ca30277620e344f7a95c597a8a0de.tar.gz
opencode-ca031278ca9ca30277620e344f7a95c597a8a0de.zip
wip: plugins
Diffstat (limited to 'packages/plugin/package.json')
-rw-r--r--packages/plugin/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
new file mode 100644
index 000000000..b7e75af1c
--- /dev/null
+++ b/packages/plugin/package.json
@@ -0,0 +1,21 @@
+{
+ "$schema": "https://json.schemastore.org/package.json",
+ "name": "@opencode-ai/plugin",
+ "version": "0.0.0",
+ "type": "module",
+ "scripts": {
+ "typecheck": "tsc --noEmit"
+ },
+ "exports": {
+ ".": "./src/index.ts"
+ },
+ "files": [
+ "dist"
+ ],
+ "devDependencies": {
+ "typescript": "catalog:",
+ "@hey-api/openapi-ts": "0.80.1",
+ "@tsconfig/node22": "catalog:",
+ "@opencode-ai/sdk": "workspace:*"
+ }
+}