{
  "private": false,
  "name": "xapi-explore-sr",
  "version": "0.4.6",
  "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.2",
    "archy": "^1.0.0",
    "chalk": "^4.1.0",
    "exec-promise": "^0.7.0",
    "human-format": "^1.0.0",
    "lodash": "^4.18.0",
    "pw": "^0.0.4",
    "xen-api": "^4.7.7"
  },
  "scripts": {
    "postversion": "npm publish"
  }
}
