{ "name": "@nocobase/plugin-notification-manager", "displayName": "Notification manager", "description": "Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.", "displayName.zh-CN": "通知管理", "description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。", "version": "1.4.0-alpha", "main": "dist/server/index.js", "dependencies": { }, "devDependencies": { "@ant-design/icons": "5.x", "@formily/antd-v5": "^1.x", "@formily/react": "2.x", "@formily/shared": "2.x", "@types/cron": "^2.0.1", "antd": "5.x", "cron": "^2.3.1", "react": "^18.2.0", "react-i18next": "^11.15.1" }, "peerDependencies": { "@nocobase/actions": "1.x", "@nocobase/client": "1.x", "@nocobase/database": "1.x", "@nocobase/server": "1.x", "@nocobase/test": "1.x", "@nocobase/utils": "1.x", "@nocobase/plugin-workflow": ">=0.17.0-alpha.3" }, "keywords": [ "Notification" ] }