Files
openclaw/extensions/msteams/package.json

33 lines
754 B
JSON
Raw Normal View History

2026-01-16 02:58:08 +00:00
{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/msteams",
"version": "2026.2.24",
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Microsoft Teams channel plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"dependencies": {
2026-02-21 14:35:10 +01:00
"@microsoft/agents-hosting": "^1.3.1",
"express": "^5.2.1"
2026-01-31 21:13:13 +09:00
},
2026-01-30 03:15:10 +01:00
"openclaw": {
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": {
2026-01-30 03:15:10 +01:00
"npmSpec": "@openclaw/msteams",
"localPath": "extensions/msteams",
"defaultChoice": "npm"
}
2026-01-16 02:58:08 +00:00
}
}