{
  "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": "./dist/protectRemotes.mjs"
  },
  "license": "AGPL-3.0-or-later",
  "version": "3.0.3",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@vates/async-each": "^1.0.3",
    "@xen-orchestra/backups": "^0.73.1",
    "@xen-orchestra/log": "^0.7.2",
    "app-conf": "^3.0.0",
    "execa": "^5.0.0",
    "ms": "^2.1.3"
  },
  "devDependencies": {
    "@types/node": "^22.3.0",
    "rimraf": "^6.0.1",
    "tap": "^18.6.1",
    "typescript": "~5.6"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist/",
    "postversion": "npm publish --access public",
    "test": "tsc && node --test dist/*.test.mjs",
    "test-integration": "tsc && node --test dist/*.integ.mjs",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run build"
  }
}
