diff --git a/extensions/ringcentral/package.json b/extensions/ringcentral/package.json index b2e48ae1f..3823dfbe3 100644 --- a/extensions/ringcentral/package.json +++ b/extensions/ringcentral/package.json @@ -1,8 +1,26 @@ { "name": "@moltbot/ringcentral", - "version": "2026.1.25", + "version": "2026.1.28", "type": "module", "description": "Moltbot RingCentral Team Messaging channel plugin", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/moltbot/moltbot.git", + "directory": "extensions/ringcentral" + }, + "keywords": [ + "moltbot", + "ringcentral", + "team-messaging", + "chat", + "bot" + ], + "files": [ + "src", + "index.ts", + "README.md" + ], "moltbot": { "extensions": [ "./index.ts"