tachybase_todo/packages/plugins/@tachybase/plugin-notifications/package.json
sealday 588a02fedc chore(version): release v0.22.3 (#1556)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1556
2024-09-23 14:51:13 +08:00

21 lines
530 B
JSON

{
"name": "@tachybase/plugin-notifications",
"version": "0.22.3",
"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:*"
}
}