33 lines
849 B
JSON
33 lines
849 B
JSON
{
|
|
"license": "ISC",
|
|
"private": false,
|
|
"version": "0.4.0",
|
|
"name": "@xen-orchestra/vmware-explorer",
|
|
"dependencies": {
|
|
"@vates/node-vsphere-soap": "^2.0.0",
|
|
"@vates/read-chunk": "^1.2.0",
|
|
"@vates/task": "^0.2.0",
|
|
"@xen-orchestra/log": "^0.6.0",
|
|
"lodash": "^4.17.21",
|
|
"node-fetch": "^3.3.0",
|
|
"vhd-lib": "^4.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/vmware-explorer",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/vmware-explorer",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
}
|
|
}
|