mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:16:31 +00:00
18 lines
553 B
JSON
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.14.0-alpha.8",
|
|
"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"
|
|
}
|