sealday
3565867f54
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1460
21 lines
531 B
JSON
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:*"
|
|
}
|
|
}
|