{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/plugin", "version": "1.3.15", "type": "module", "license": "MIT", "scripts": { "typecheck": "tsgo --noEmit", "build": "tsc" }, "exports": { ".": "./src/index.ts", "./tool": "./src/tool.ts", "./tui": "./src/tui.ts" }, "files": [ "dist" ], "dependencies": { "@opencode-ai/sdk": "workspace:*", "zod": "catalog:" }, "peerDependencies": { "@opentui/core": ">=0.1.96", "@opentui/solid": ">=0.1.96" }, "peerDependenciesMeta": { "@opentui/core": { "optional": true }, "@opentui/solid": { "optional": true } }, "devDependencies": { "@opentui/core": "0.1.96", "@opentui/solid": "0.1.96", "@tsconfig/node22": "catalog:", "@types/node": "catalog:", "typescript": "catalog:", "@typescript/native-preview": "catalog:" } }