mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 06:29:51 -05:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"private": false,
|
|
"name": "@xen-orchestra/immutable-backups",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/immutable-backups",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/immutable-backups",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"bin": {
|
|
"xo-immutable-remote": "./protectRemotes.mjs",
|
|
"xo-lift-remote-immutability": "./liftProtection.mjs"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"version": "1.0.27",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vates/async-each": "^1.0.1",
|
|
"@xen-orchestra/backups": "^0.67.0",
|
|
"@xen-orchestra/log": "^0.7.1",
|
|
"app-conf": "^3.0.0",
|
|
"chokidar": "^3.6.0",
|
|
"execa": "^5.0.0",
|
|
"ms": "^2.1.3",
|
|
"vhd-lib": "^4.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^6.0.1",
|
|
"tap": "^18.6.1"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test-integration": "tap *.integ.mjs"
|
|
}
|
|
}
|