Files
assistant-ui--assistant-ui/packages/react-opencode/package.json
T
2026-08-20 11:15:53 -07:00

75 lines
1.6 KiB
JSON

{
"name": "@assistant-ui/react-opencode",
"version": "0.2.20",
"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.3.15",
"@assistant-ui/store": "^0.3.10",
"@opencode-ai/sdk": "^1.18.18"
},
"peerDependencies": {
"@assistant-ui/react": "^0.15.0",
"@types/react": "*",
"react": "^18 || ^19"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@assistant-ui/react": "workspace:*",
"@assistant-ui/x-buildutils": "workspace:*",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"jsdom": "^30.0.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"vitest": "^4.1.10"
}
}