Co-authored-by: Cursor <cursoragent@cursor.com> # Conflicts: # extensions/feishu/package.json # package.json # pnpm-lock.yaml # src/agents/pi-embedded-subscribe.ts # src/gateway/server-startup.ts # src/security/audit-extra.ts # src/telegram/bot-message-context.ts
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "@openclaw/copilot-proxy",
|
|
"version": "2026.2.10",
|
|
"private": true,
|
|
"description": "OpenClaw Copilot Proxy provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"ironclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|