mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"name": "@openclaw/copilot-proxy",
|
|
"version": "2026.2.1",
|
|
"description": "OpenClaw Copilot Proxy provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|