Files
openclaw/extensions/copilot-proxy/package.json
2026-02-03 10:02:01 -08:00

15 lines
268 B
JSON

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