Files
openclaw/extensions/copilot-proxy/package.json

15 lines
269 B
JSON

{
"name": "@openclaw/copilot-proxy",
"version": "2026.1.30",
"description": "OpenClaw Copilot Proxy provider plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}