tachybase_todo/packages/plugins/@tachybase/plugin-notifications/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

21 lines
531 B
JSON

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