sealday
3277715c8a
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1427
20 lines
595 B
JSON
20 lines
595 B
JSON
{
|
|
"name": "@tachybase/plugin-system-settings",
|
|
"displayName": "System settings",
|
|
"version": "0.21.82",
|
|
"description": "Used to adjust the system title, logo, language, etc.",
|
|
"keywords": [
|
|
"System management"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
},
|
|
"description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
|
|
"displayName.zh-CN": "系统设置"
|
|
}
|