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