Files
xen-orchestra/packages/vhd-cli/package.json
2022-07-11 10:36:03 +02:00

40 lines
947 B
JSON

{
"private": false,
"name": "vhd-cli",
"version": "0.8.0",
"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": "^1.1.0",
"cli-progress": "^3.1.0",
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",
"human-format": "^1.0.0",
"lodash": "^4.17.21",
"promise-toolbox": "^0.21.0",
"uuid": "^8.3.2",
"vhd-lib": "^3.3.2"
},
"scripts": {
"postversion": "npm publish"
}
}