{
  "name": "@tachybase/module-auth",
  "displayName": "Authentication",
  "version": "1.6.62",
  "description": "User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.",
  "keywords": [
    "Authentication",
    "Security"
  ],
  "homepage": "https://github.com/tegojs/tego-standard#readme",
  "bugs": {
    "url": "https://github.com/tegojs/tego-standard/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tegojs/tego-standard",
    "directory": "packages/module-auth"
  },
  "main": "./dist/server/index.js",
  "dependencies": {},
  "devDependencies": {
    "@ant-design/icons": "^6.1.0",
    "@tachybase/schema": "1.6.23",
    "@tachybase/test": "1.6.23",
    "@tego/client": "1.6.23",
    "@tego/server": "1.6.23",
    "antd": "5.22.5",
    "axios": "1.13.0",
    "cron": "^3.3.1",
    "lodash": "4.17.21",
    "ms": "^2.1.3",
    "react": "18.3.1",
    "react-i18next": "16.2.1",
    "react-router-dom": "6.28.1",
    "@tachybase/client": "1.6.62"
  },
  "description.zh-CN": "用户认证管理，包括基础的密码认证、短信认证、SSO 协议的认证等，可扩展。",
  "displayName.zh-CN": "用户认证",
  "scripts": {}
}