mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:26:59 +00:00
29 lines
808 B
JSON
29 lines
808 B
JSON
{
|
|
"name": "@nocobase/plugin-system-settings",
|
|
"displayName": "system settings",
|
|
"displayName.zh-CN": "系统配置",
|
|
"description": "A plugin specifically designed to adjust the system-level settings of NocoBase.",
|
|
"description.zh-CN": "用于调整 nocobase 的系统级设置。",
|
|
"version": "0.11.1-alpha.4",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@nocobase/client": "0.11.1-alpha.4",
|
|
"@nocobase/database": "0.11.1-alpha.4",
|
|
"@nocobase/server": "0.11.1-alpha.4",
|
|
"@nocobase/test": "0.11.1-alpha.4"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|