mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"name": "@openclaw/ollama-provider",
|
|
"version": "2026.4.25",
|
|
"private": true,
|
|
"description": "OpenClaw Ollama provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mariozechner/pi-ai": "0.70.6",
|
|
"typebox": "1.1.34"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|