tachybase_todo/packages/plugins/@tachybase/plugin-notifications/package.json
sealday 3565867f54 chore(version): release v0.21.83 (#1460)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1460
2024-08-15 10:59:19 +08:00

21 lines
531 B
JSON

{
"name": "@tachybase/plugin-notifications",
"version": "0.21.83",
"description": "",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@types/nodemailer": "6.4.4",
"lodash": "4.17.21",
"nodemailer": "^6.6.1",
"nodemailer-mock": "^1.5.11"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
}
}