{
  "name": "@nocobase/plugin-verification",
  "displayName": "Verification",
  "displayName.ru-RU": "Верификация",
  "displayName.zh-CN": "验证",
  "description": "User identity verification management, including SMS, TOTP authenticator, with extensibility.",
  "description.ru-RU": "Управление проверкой личности пользователя, включая SMS, TOTP-авторизацию, с возможностью расширения.",
  "description.zh-CN": "用户身份验证管理，包含短信、TOTP 认证器等，可扩展。",
  "version": "2.1.23",
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "homepage": "https://docs.nocobase.com/handbook/verification",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/verification",
  "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/verification",
  "devDependencies": {
    "@alicloud/dysmsapi20170525": "2.0.17",
    "@alicloud/openapi-client": "0.4.12",
    "@alicloud/tea-util": "1.4.4",
    "@formily/antd-v5": "1.x",
    "@formily/core": "2.x",
    "@formily/react": "2.x",
    "@formily/shared": "2.x",
    "antd": "5.x",
    "react": "18.x",
    "react-i18next": "^11.15.1",
    "tencentcloud-sdk-nodejs-sms": "^4.1.171"
  },
  "peerDependencies": {
    "@nocobase/actions": "2.x",
    "@nocobase/client": "2.x",
    "@nocobase/client-v2": "2.x",
    "@nocobase/database": "2.x",
    "@nocobase/flow-engine": "2.x",
    "@nocobase/resourcer": "2.x",
    "@nocobase/server": "2.x",
    "@nocobase/test": "2.x",
    "@nocobase/utils": "2.x"
  },
  "gitHead": "ae4b0097a6c5e4a1347431a5fde24676032ce0ce",
  "keywords": [
    "Authentication",
    "Verification",
    "Security"
  ]
}
