* chore: multiple apps * fix: multiple apps with application options * fix: multiple apps AppSelector type * chore: multiple apps with plugin config * chore: rename multiple-apps to multiple-apps-manager * chore: application association * chore: plugin multi-app manager
15 lines
432 B
JSON
15 lines
432 B
JSON
{
|
|
"name": "@nocobase/plugin-multi-app-manager",
|
|
"version": "0.6.2-alpha.12",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
},
|
|
"dependencies": {
|
|
"@nocobase/server": "0.6.2-alpha.12"
|
|
}
|
|
}
|