nocobase/packages/plugins/@nocobase/plugin-system-settings/package.json
2023-12-25 22:26:05 +08:00

18 lines
553 B
JSON

{
"name": "@nocobase/plugin-system-settings",
"displayName": "System settings",
"displayName.zh-CN": "系统设置",
"description": "Used to adjust the system title, logo, etc",
"description.zh-CN": "用于调整系统的标题、LOGO 等",
"version": "0.18.0-alpha.2",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}