mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-21 05:12:57 +08:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "@openclaw/kimi-provider",
|
|
"version": "2026.4.20",
|
|
"private": true,
|
|
"description": "OpenClaw Kimi provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mariozechner/pi-ai": "0.67.68"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|