tachybase_todo/packages/plugins/@tachybase/plugin-system-settings/package.json
sealday ea5c2ca0d5 chore(version): release v0.21.78 (#1381)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1381
2024-07-25 13:07:09 +08:00

20 lines
595 B
JSON

{
"name": "@tachybase/plugin-system-settings",
"displayName": "System settings",
"version": "0.21.78",
"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": "系统设置"
}