47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "backup",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"run": "node index.js",
|
|
"run genBackupFile": "node index.js generateTaskConf test",
|
|
"run checkFile": "node index.js checkTaskConf test",
|
|
"run backup": "node index.js backup test",
|
|
"pkg": "pkg index.js -o bin/backup -t node16-linux"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"eslint": ">=5.16.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"pkg": "^5.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@horizoncode/eazylog": "^1.0.9",
|
|
"ansi-colors": "^4.1.3",
|
|
"archiver": "^5.3.1",
|
|
"count-files-dirs": "^0.2.3",
|
|
"crontab": "^1.4.2",
|
|
"fs-extra": "^10.1.0",
|
|
"moment": "^2.29.4",
|
|
"mysqldump": "^3.2.0",
|
|
"ora": "5.4.1",
|
|
"prettytime": "^1.0.0",
|
|
"prompts": "^2.4.2",
|
|
"tiny-glob": "^0.2.9"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"minimist@<1.2.6": ">=1.2.6",
|
|
"braces@<2.3.1": ">=2.3.1",
|
|
"diff@<3.5.0": ">=3.5.0",
|
|
"minimatch@<3.0.2": ">=3.0.2",
|
|
"debug@<2.6.9": ">=2.6.9",
|
|
"minimist@<0.2.1": ">=0.2.1",
|
|
"glob-parent@<5.1.2": ">=5.1.2",
|
|
"growl@<1.10.0": ">=1.10.0"
|
|
}
|
|
}
|
|
} |