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

12 lines
211 B
JSON
Raw Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/copilot-proxy",
2026-01-31 11:37:33 +01:00
"version": "2026.1.30",
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Copilot Proxy provider plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
2026-01-30 03:15:10 +01:00
"openclaw": {
2026-01-17 10:49:49 +00:00
"extensions": [
"./index.ts"
]
}
}