32 lines
808 B
JSON
32 lines
808 B
JSON
{
|
|
"license": "ISC",
|
|
"private": false,
|
|
"version": "0.2.1",
|
|
"name": "@xen-orchestra/vmware-explorer",
|
|
"dependencies": {
|
|
"@vates/task": "^0.0.1",
|
|
"@vates/read-chunk": "^1.0.1",
|
|
"lodash": "^4.17.21",
|
|
"node-fetch": "^3.3.0",
|
|
"node-vsphere-soap": "^0.0.2-5",
|
|
"vhd-lib": "^4.2.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"
|
|
}
|
|
}
|