{ "name": "@assistant-ui/react-opencode", "version": "0.2.10", "description": "OpenCode runtime adapter for assistant-ui", "keywords": [ "opencode", "assistant-ui", "react", "ai", "chat", "agents" ], "author": "AgentbaseAI Inc.", "license": "MIT", "homepage": "https://www.assistant-ui.com/", "repository": { "type": "git", "url": "git+https://github.com/assistant-ui/assistant-ui.git", "directory": "packages/react-opencode" }, "bugs": { "url": "https://github.com/assistant-ui/assistant-ui/issues" }, "publishConfig": { "access": "public", "provenance": true }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "README.md" ], "sideEffects": false, "scripts": { "build": "aui-build", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@assistant-ui/core": "^0.2.20", "@assistant-ui/store": "^0.2.19", "@opencode-ai/sdk": "^1.17.16" }, "peerDependencies": { "@assistant-ui/react": "^0.14.14", "@types/react": "*", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "devDependencies": { "@assistant-ui/react": "workspace:*", "@assistant-ui/x-buildutils": "workspace:*", "@types/node": "^26.1.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "jsdom": "^29.1.1", "react": "^19.2.7", "react-dom": "^19.2.7", "vitest": "^4.1.10" } }