tachybase_todo/packages/plugins/@tachybase/plugin-users/package.json
sealday 4c52c7bca7 chore(version): release v0.21.85 (#1477)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1477
2024-08-21 17:12:02 +08:00

33 lines
1.0 KiB
JSON

{
"name": "@tachybase/plugin-users",
"displayName": "Users",
"version": "0.21.85",
"description": "Provides basic user model, as well as created by and updated by fields.",
"keywords": [
"Users & permissions"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"@types/jsonwebtoken": "^8.5.8",
"antd": "5.19.4",
"jsonwebtoken": "^8.5.1",
"react-i18next": "^14.1.2"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/cache": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-acl": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/resourcer": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
"displayName.zh-CN": "用户"
}