37 lines
932 B
JSON
37 lines
932 B
JSON
{
|
|
"private": false,
|
|
"bin": {
|
|
"xo-backups": "index.mjs"
|
|
},
|
|
"preferGlobal": true,
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"dependencies": {
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
|
"@xen-orchestra/backups": "^0.40.0",
|
|
"@xen-orchestra/fs": "^4.0.1",
|
|
"filenamify": "^6.0.0",
|
|
"getopts": "^2.2.5",
|
|
"lodash": "^4.17.15",
|
|
"promise-toolbox": "^0.21.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/backups-cli",
|
|
"name": "@xen-orchestra/backups-cli",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/backups-cli",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"version": "1.0.10",
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|