mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
18 lines
671 B
JSON
18 lines
671 B
JSON
{
|
|
"name": "@nocobase/plugin-user-data-sync",
|
|
"displayName": "User data synchronization",
|
|
"displayName.zh-CN": "用户数据同步",
|
|
"description": "Provide user data source management and user data synchronization interface. The data source can be DingTalk, WeCom, etc., and can be expanded.",
|
|
"description.zh-CN": "提供用户数据源管理,用户数据同步接口,数据源可为钉钉、企业微信等,可扩展。",
|
|
"version": "1.4.0-alpha.8",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"keywords": [
|
|
"Users & permissions"
|
|
]
|
|
}
|