mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"name": "opencode-multi-model-tools",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/plugin": "1.2.26"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.10",
|
|
"@types/node": "^25.5.0"
|
|
}
|
|
} |