mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
18 lines
711 B
JSON
18 lines
711 B
JSON
{
|
|
"name": "@nocobase/plugin-user-data-sync",
|
|
"displayName": "User data synchronization",
|
|
"displayName.zh-CN": "用户数据同步",
|
|
"description": "Reigster and manage extensible user data synchronization sources, with HTTP API provided by default. Support for synchronizing data to resources such as users and departments.",
|
|
"description.zh-CN": "注册和管理可扩展的用户数据同步来源,默认提供 HTTP API。支持向用户和部门等资源同步数据。",
|
|
"version": "1.6.25",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"keywords": [
|
|
"Users & permissions"
|
|
]
|
|
}
|