34 lines
854 B
JSON
34 lines
854 B
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",
|
|
"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"
|
|
}
|
|
} |