nocobase/packages/plugins/@nocobase/plugin-system-settings/package.json
2024-05-13 00:44:13 +00:00

23 lines
765 B
JSON

{
"name": "@nocobase/plugin-system-settings",
"displayName": "System settings",
"displayName.zh-CN": "系统设置",
"description": "Used to adjust the system title, logo, language, etc.",
"description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
"version": "1.0.0-alpha.12",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/system-settings",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/system-settings",
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/database": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"System management"
]
}