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