{ "private": false, "name": "vhd-cli", "version": "0.3.1", "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, "main": "dist/", "bin": { "vhd-cli": "dist/index.js" }, "engines": { "node": ">=8.10" }, "dependencies": { "@xen-orchestra/fs": "^0.17.0", "cli-progress": "^3.1.0", "exec-promise": "^0.7.0", "getopts": "^2.2.3", "vhd-lib": "^1.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "cross-env": "^7.0.2", "execa": "^5.0.0", "index-modules": "^0.3.0", "promise-toolbox": "^0.19.2", "rimraf": "^3.0.0", "tmp": "^0.2.1" }, "scripts": { "build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/", "dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/", "prebuild": "rimraf dist/ && index-modules --cjs-lazy src/commands", "predev": "yarn run prebuild", "prepublishOnly": "yarn run build", "postversion": "npm publish" } }