{ "name": "@nocobase/plugin-duplicator", "version": "0.8.1-alpha.4", "description": "", "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "main": "./lib/index.js", "types": "./lib/index.d.ts", "dependencies": { "@nocobase/client": "0.8.1-alpha.4", "@nocobase/database": "0.8.1-alpha.4", "@nocobase/server": "0.8.1-alpha.4", "archiver": "^5.3.1", "dayjs": "^1.11.7", "decompress": "^4.2.1", "inquirer": "^8.0.0", "lodash": "^4.17.21", "mkdirp": "^1.0.4", "tar": "^6.1.13" }, "repository": { "type": "git", "url": "git+https://github.com/nocobase/nocobase.git", "directory": "packages/plugins/duplicator" }, "devDependencies": { "@types/archiver": "^5.3.1" } }