openclaw/extensions/msteams/package.json

20 lines
475 B
JSON
Raw Normal View History

2026-01-16 02:58:08 +00:00
{
"name": "@clawdbot/msteams",
2026-01-17 20:25:11 +00:00
"version": "2026.1.17-1",
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"
]
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"
}
}