diff options
| author | Dax Raad <[email protected]> | 2025-08-02 18:50:19 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-02 18:50:19 -0400 |
| commit | ca031278ca9ca30277620e344f7a95c597a8a0de (patch) | |
| tree | 93af08a56682986262fb7d2c97cfd77d6a973ff7 /packages/plugin/package.json | |
| parent | ae6e47bb42bbfcbb908cda28f4ec028a7335904e (diff) | |
| download | opencode-ca031278ca9ca30277620e344f7a95c597a8a0de.tar.gz opencode-ca031278ca9ca30277620e344f7a95c597a8a0de.zip | |
wip: plugins
Diffstat (limited to 'packages/plugin/package.json')
| -rw-r--r-- | packages/plugin/package.json | 21 |
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:*" + } +} |
