33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "@tachybase/plugin-users",
|
|
"displayName": "Users",
|
|
"version": "0.21.56",
|
|
"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.18.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"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": "用户"
|
|
}
|