xen-orchestra/packages/xapi-explore-sr/package.json
2024-01-30 09:51:24 +01:00

49 lines
1.1 KiB
JSON

{
"private": false,
"name": "xapi-explore-sr",
"version": "0.4.2",
"license": "ISC",
"description": "Display the list of VDIs (unmanaged and snapshots included) of a SR",
"keywords": [
"api",
"sr",
"vdi",
"vdis",
"xen",
"xen-api",
"xenapi"
],
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xapi-explore-sr",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "packages/xapi-explore-sr",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"preferGlobal": true,
"main": "./index.mjs",
"bin": {
"xapi-explore-sr": "./index.mjs"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@xen-orchestra/defined": "^0.0.1",
"archy": "^1.0.0",
"chalk": "^4.1.0",
"exec-promise": "^0.7.0",
"human-format": "^1.0.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^2.0.1"
},
"scripts": {
"postversion": "npm publish"
}
}