Files
openclaw/extensions/msteams/package.json

37 lines
929 B
JSON
Raw Normal View History

2026-01-16 02:58:08 +00:00
{
"name": "@clawdbot/msteams",
2026-01-23 22:14:56 +00:00
"version": "2026.1.23",
2026-01-16 02:58:08 +00:00
"type": "module",
"description": "Clawdbot Microsoft Teams channel plugin",
"clawdbot": {
2026-01-17 10:49:49 +00:00
"extensions": [
"./index.ts"
],
"channel": {
"id": "msteams",
"label": "Microsoft Teams",
"selectionLabel": "Microsoft Teams (Bot Framework)",
"docsPath": "/channels/msteams",
"docsLabel": "msteams",
"blurb": "Bot Framework; enterprise support.",
2026-01-21 07:36:32 +00:00
"aliases": [
"teams"
],
"order": 60
},
"install": {
"npmSpec": "@clawdbot/msteams",
"localPath": "extensions/msteams",
"defaultChoice": "npm"
}
2026-01-16 02:58:08 +00:00
},
"dependencies": {
2026-01-18 14:15:32 +00:00
"@microsoft/agents-hosting": "^1.2.2",
"@microsoft/agents-hosting-express": "^1.2.2",
"@microsoft/agents-hosting-extensions-teams": "^1.2.2",
"clawdbot": "workspace:*",
2026-01-16 02:58:08 +00:00
"express": "^5.2.1",
"proper-lockfile": "^4.1.2"
}
}