2022-03-28 14:01:10 +00:00
|
|
|
{
|
2022-04-24 12:22:50 +00:00
|
|
|
"name": "@nocobase/plugin-multi-app-manager",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "multi app manager",
|
|
|
|
"displayName.zh-CN": "多应用管理",
|
|
|
|
"description": "manage app",
|
|
|
|
"description.zh-CN": "管理应用",
|
2023-06-25 06:04:19 +00:00
|
|
|
"version": "0.10.0-alpha.3",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-03-28 14:01:10 +00:00
|
|
|
"dependencies": {
|
2023-06-25 06:04:19 +00:00
|
|
|
"@nocobase/server": "0.10.0-alpha.3",
|
2023-06-06 02:47:50 +00:00
|
|
|
"async-mutex": "^0.3.2"
|
2022-04-25 06:47:13 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2022-03-28 14:01:10 +00:00
|
|
|
}
|