sealday
e5156a44a9
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1434
30 lines
857 B
JSON
30 lines
857 B
JSON
{
|
|
"name": "@tachybase/plugin-sms-auth",
|
|
"displayName": "Auth: SMS",
|
|
"version": "0.21.82",
|
|
"description": "SMS authentication.",
|
|
"keywords": [
|
|
"Authentication"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.19.4",
|
|
"react": "~18.3.1",
|
|
"react-i18next": "^14.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/auth": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/plugin-auth": "workspace:*",
|
|
"@tachybase/plugin-verification": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
},
|
|
"description.zh-CN": "通过短信验证码认证身份。",
|
|
"displayName.zh-CN": "认证:短信"
|
|
}
|