{
  "name": "@tachybase/plugin-auth",
  "displayName": "Authentication",
  "version": "0.21.82",
  "description": "User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.",
  "keywords": [
    "Authentication"
  ],
  "main": "./dist/server/index.js",
  "devDependencies": {
    "@ant-design/icons": "~5.3.7",
    "@tachybase/schema": "workspace:*",
    "antd": "5.19.1",
    "cron": "^3.1.7",
    "react": "^18.3.1",
    "react-i18next": "^14.1.2",
    "react-router-dom": "^6.25.1"
  },
  "peerDependencies": {
    "@tachybase/actions": "workspace:*",
    "@tachybase/auth": "workspace:*",
    "@tachybase/cache": "workspace:*",
    "@tachybase/client": "workspace:*",
    "@tachybase/database": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*",
    "@tachybase/utils": "workspace:*"
  },
  "description.zh-CN": "用户认证管理,包括基础的密码认证、短信认证、SSO 协议的认证等,可扩展。",
  "displayName.zh-CN": "用户认证"
}