2021-08-13 15:14:07 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-system-settings",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "system settings",
|
|
|
|
"displayName.zh-CN": "系统配置",
|
|
|
|
"description": "A plugin specifically designed to adjust the system-level settings of NocoBase.",
|
|
|
|
"description.zh-CN": "用于调整 nocobase 的系统级设置。",
|
2023-07-29 01:11:52 +00:00
|
|
|
"version": "0.11.1-alpha.4",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
"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"
|
|
|
|
],
|
2021-12-07 11:40:30 +00:00
|
|
|
"devDependencies": {
|
2023-07-29 01:11:52 +00:00
|
|
|
"@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"
|
2021-12-07 11:40:30 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2021-08-13 15:14:07 +00:00
|
|
|
}
|