xen-orchestra/packages/vhd-cli/package.json
2024-01-31 17:16:15 +01:00

47 lines
1.1 KiB
JSON

{
"private": false,
"name": "vhd-cli",
"version": "0.9.3",
"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.1.4",
"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": "^9.0.0",
"vhd-lib": "^4.9.0"
},
"scripts": {
"postversion": "npm publish",
"test-integration": "node--test *.integ.js"
},
"devDependencies": {
"execa": "^4.0.0",
"rimraf": "^5.0.1",
"test": "^3.2.1",
"tmp": "^0.2.1"
}
}