{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/plugin", "version": "0.1.20260112", "type": "module", "license": "MIT", "scripts": { "typecheck": "tsgo --noEmit", "lint": "prettier --check .", "test": "echo 'No tests configured' && exit 0", "build": "tsc" }, "exports": { ".": "./src/index.ts", "./tool": "./src/tool.ts" }, "files": [ "dist" ], "dependencies": { "@opencode-ai/sdk": "workspace:*", "zod": "catalog:" }, "devDependencies": { "@tsconfig/node22": "catalog:", "@types/node": "catalog:", "typescript": "catalog:", "@typescript/native-preview": "catalog:" } }