{
  "private": false,
  "name": "vhd-cli",
  "version": "1.1.2",
  "deprecated": "Use @xen-orchestra/disk-cli instead",
  "license": "ISC",
  "description": "Tools to read/create and merge VHD files",
  "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli",
  "bugs": "https://github.com/vatesfr/xen-orchestra/issues",
  "repository": {
    "directory": "packages/vhd-cli",
    "type": "git",
    "url": "https://github.com/vatesfr/xen-orchestra.git"
  },
  "author": {
    "name": "Vates SAS",
    "url": "https://vates.fr"
  },
  "preferGlobal": true,
  "bin": {
    "vhd-cli": "./index.js"
  },
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "@xen-orchestra/fs": "^4.8.0",
    "cli-progress": "^3.1.0",
    "exec-promise": "^0.7.0",
    "getopts": "^2.2.3",
    "human-format": "^1.0.0",
    "lodash": "^4.18.0",
    "promise-toolbox": "^0.21.0",
    "uuid": "^9.0.0",
    "vhd-lib": "^4.16.0"
  },
  "scripts": {
    "postversion": "npm publish",
    "test-integration": "node --test *.integ.js"
  },
  "devDependencies": {
    "execa": "^4.0.0",
    "rimraf": "^6.0.1",
    "tmp": "^0.2.1"
  }
}
