mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-08 05:50:41 +00:00
16 lines
302 B
JSON
16 lines
302 B
JSON
{
|
|
"name": "@openclaw/kilocode-provider",
|
|
"version": "2026.4.8",
|
|
"private": true,
|
|
"description": "OpenClaw Kilo Gateway provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|