{
  "name": "@tachybase/plugin-backup-restore",
  "displayName": "App backup & restore",
  "version": "0.21.42",
  "description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
  "keywords": [
    "System management"
  ],
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "devDependencies": {
    "@ant-design/icons": "^5.3.6",
    "@hapi/topo": "^6.0.0",
    "@koa/multer": "^3.0.2",
    "@tachybase/components": "workspace:*",
    "@types/archiver": "^5.3.1",
    "@types/lodash": "4.17.0",
    "antd": "5.16.1",
    "archiver": "^5.3.1",
    "content-disposition": "^0.5.4",
    "dayjs": "^1.11.8",
    "decompress": "^4.2.1",
    "file-saver": "^2.0.5",
    "inquirer": "^8.0.0",
    "koa-send": "^5.0.1",
    "lodash": "4.17.21",
    "mkdirp": "^1.0.4",
    "object-path": "^0.11.8",
    "react": "^18.2.0",
    "react-i18next": "^11.15.1",
    "semver": "^7.5.4",
    "tar": "^6.1.13"
  },
  "peerDependencies": {
    "@tachybase/actions": "workspace:*",
    "@tachybase/client": "workspace:*",
    "@tachybase/database": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*",
    "@tachybase/utils": "workspace:*"
  },
  "description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景。",
  "displayName.zh-CN": "应用的备份与还原"
}