tachybase_todo/packages/plugins/system-settings/package.json

16 lines
533 B
JSON
Raw Normal View History

2021-08-13 23:14:07 +08:00
{
"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.10.0-alpha.3",
2023-01-11 11:58:47 +08:00
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
2021-12-07 19:40:30 +08:00
"devDependencies": {
"@nocobase/test": "0.10.0-alpha.3"
2021-12-07 19:40:30 +08:00
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
2021-08-13 23:14:07 +08:00
}