tachybase_todo/packages/plugins/@tachybase/plugin-system-settings/package.json
sealday 81a622e77d chore(version): release v0.21.64 (#1267)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1267
2024-07-03 16:23:07 +08:00

20 lines
595 B
JSON

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