mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:57:34 +00:00
23 lines
690 B
JSON
23 lines
690 B
JSON
{
|
|
"name": "@nocobase/plugin-notification-email",
|
|
"version": "1.4.0-alpha.2",
|
|
"displayName": "Notification: Email",
|
|
"displayName.zh-CN": "通知:电子邮件",
|
|
"description": "Used for sending email notifications with built-in SMTP transport.",
|
|
"description.zh-CN": "通过电子邮件渠道发送通知,目前只支持 SMTP 传输方式。",
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@types/nodemailer": "^6.x",
|
|
"nodemailer": "^6.x"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/plugin-notification-manager": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"keywords": [
|
|
"Notification"
|
|
]
|
|
}
|