openclaw/extensions/ringcentral/package.json
John Lin a494d9403a
refactor(ringcentral): rename clawdbot to moltbot
- Update package name to @moltbot/ringcentral
- Update all imports from clawdbot/plugin-sdk to moltbot/plugin-sdk
- Update ClawdbotConfig to MoltbotConfig
- Update ClawdbotPluginApi to MoltbotPluginApi
- Update README and config paths
- Add moltbot/plugin-sdk alias to vitest.config.ts

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-01-28 23:11:40 +08:00

43 lines
1.0 KiB
JSON

{
"name": "@moltbot/ringcentral",
"version": "2026.1.25",
"type": "module",
"description": "Moltbot RingCentral Team Messaging channel plugin",
"moltbot": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "ringcentral",
"label": "RingCentral",
"selectionLabel": "RingCentral Team Messaging",
"detailLabel": "RingCentral",
"docsPath": "/channels/ringcentral",
"docsLabel": "ringcentral",
"blurb": "RingCentral Team Messaging via REST API and WebSocket.",
"aliases": [
"rc",
"ringcentral-tm"
],
"order": 56
},
"install": {
"npmSpec": "@moltbot/ringcentral",
"localPath": "extensions/ringcentral",
"defaultChoice": "npm"
}
},
"dependencies": {
"@ringcentral/sdk": "^5.0.0",
"@ringcentral/subscriptions": "^5.0.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"moltbot": "workspace:*"
},
"peerDependencies": {
"moltbot": ">=2026.1.25"
}
}