tachybase_todo/packages/plugins/@tachybase/plugin-system-settings/package.json
sealday 3277715c8a chore(version): release v0.21.82 (#1427)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1427
2024-08-01 18:09:46 +08:00

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": "系统设置"
}