Files
xen-orchestra/packages/vhd-lib/package.json
T
Julien Fontanet 3a74c71f1a chore(vhd-lib): remove build step
BREAKING:
- removes `dist/` in the path of sub-modules
- requires Node >=12
2021-12-23 10:31:29 +01:00

43 lines
1.1 KiB
JSON

{
"private": false,
"name": "vhd-lib",
"version": "2.1.0",
"license": "AGPL-3.0-or-later",
"description": "Primitives for VHD file handling",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "packages/vhd-lib",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@vates/async-each": "^0.1.0",
"@vates/read-chunk": "^0.1.2",
"@xen-orchestra/log": "^0.3.0",
"async-iterator-to-stream": "^1.0.2",
"fs-extra": "^10.0.0",
"limit-concurrency-decorator": "^0.5.0",
"lodash": "^4.17.4",
"promise-toolbox": "^0.20.0",
"struct-fu": "^1.2.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@xen-orchestra/fs": "^0.19.3",
"get-stream": "^6.0.0",
"readable-stream": "^3.0.6",
"tmp": "^0.2.1"
},
"scripts": {
"postversion": "npm publish"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
}
}