{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/plugin", "version": "1.18.8", "type": "module", "license": "MIT", "scripts": { "test": "bun test --timeout 5000", "typecheck": "tsgo --noEmit", "build": "tsc -p tsconfig.build.json" }, "exports": { ".": "./src/promise/index.ts", "./effect": "./src/effect/index.ts", "./tui": "./src/tui/index.ts", "./v1": "./src/v1/index.ts", "./*": "./src/*.ts" }, "files": [ "dist" ], "dependencies": { "@ai-sdk/provider": "3.0.8", "@opencode-ai/ai": "workspace:*", "@opencode-ai/client": "workspace:*", "@opencode-ai/schema": "workspace:*", "@opencode-ai/sdk": "1.18.5", "@standard-schema/spec": "catalog:", "effect": "catalog:", "zod": "catalog:" }, "peerDependencies": { "@opentui/core": ">=0.4.5", "@opentui/keymap": ">=0.4.5", "@opentui/solid": ">=0.4.5" }, "peerDependenciesMeta": { "@opentui/core": { "optional": true }, "@opentui/keymap": { "optional": true }, "@opentui/solid": { "optional": true } }, "devDependencies": { "@opentui/core": "catalog:", "@opentui/keymap": "catalog:", "@opentui/solid": "catalog:", "@tsconfig/bun": "catalog:", "@tsconfig/node22": "catalog:", "@types/node": "catalog:", "typescript": "catalog:", "@typescript/native-preview": "catalog:" } }