mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
17 lines
408 B
JSON
17 lines
408 B
JSON
{
|
|
"name": "@metabuilder/workflow-plugins-email",
|
|
"version": "1.0.0",
|
|
"description": "Email operation plugins for MetaBuilder workflow engine (sync, search, parse, rate-limit, thread, calendar)",
|
|
"private": true,
|
|
"workspaces": [
|
|
"imap-sync",
|
|
"imap-search",
|
|
"attachment-handler",
|
|
"email-parser",
|
|
"smtp-send",
|
|
"rate-limiter",
|
|
"message-threading",
|
|
"calendar-sync"
|
|
]
|
|
}
|