mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "@openclaw/copilot-proxy",
|
|
"version": "2026.2.23",
|
|
"private": true,
|
|
"description": "OpenClaw Copilot Proxy provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|