mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 21:39:07 +00:00
44a70107af
* refactor: plugin manager refactor * refactor: plugin manager keywords * refactor: plugin manager keywords * refactor: disabled plugin support seccend confirm * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * fix: styles * fix: 4 * refactor: plugin manger sort by display name * refactor: plugin manger homepage * refactor: plugin manger keyword --------- Co-authored-by: chenos <chenlinxh@gmail.com>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "@nocobase/plugin-users",
|
|
"displayName": "Users",
|
|
"displayName.zh-CN": "用户",
|
|
"description": "Provides a basic user model and a password-based user authentication type, and extended the createdBy and updatedBy field types",
|
|
"description.zh-CN": "提供了基础的用户模型和基于密码的用户认证方式,并拓展了创建人和最后更新人字段类型",
|
|
"version": "0.19.0-alpha.5",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/plugins/users",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/users",
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"jsonwebtoken": "^8.5.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/plugin-acl": "0.x",
|
|
"@nocobase/plugin-auth": "0.x",
|
|
"@nocobase/resourcer": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/utils": "0.x"
|
|
},
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
|
"keywords": [
|
|
"users"
|
|
]
|
|
}
|