openclaw/extensions/agentmail/package.json
Haakam Aujla 1928077e02 fix: correct workspace dependency references
- agentmail: clawdbot -> moltbot in devDependencies
- memory-core: peerDependencies -> devDependencies with workspace:*
2026-01-27 22:33:00 -08:00

35 lines
860 B
JSON

{
"name": "@clawdbot/agentmail",
"version": "2026.1.26",
"type": "module",
"description": "Clawdbot AgentMail email channel plugin",
"clawdbot": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "agentmail",
"label": "AgentMail (Email Inbox API)",
"selectionLabel": "AgentMail (Email Inbox API)",
"docsPath": "/channels/agentmail",
"docsLabel": "agentmail",
"blurb": "Email channel via AgentMail; configure API key and inbox.",
"order": 80,
"quickstartAllowFrom": true
},
"install": {
"npmSpec": "@clawdbot/agentmail",
"localPath": "extensions/agentmail",
"defaultChoice": "npm"
}
},
"dependencies": {
"agentmail": "^0.2.5",
"agentmail-toolkit": "^0.2.5",
"zod": "^4.3.6"
},
"devDependencies": {
"moltbot": "workspace:*"
}
}