42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@xen-orchestra/xapi",
|
|
"version": "1.4.0",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/xapi",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"bin": {
|
|
"xo-xapi": "./cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"xen-api": "^1.2.1"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"dependencies": {
|
|
"@vates/decorate-with": "^2.0.0",
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
|
"@xen-orchestra/log": "^0.3.0",
|
|
"d3-time-format": "^3.0.0",
|
|
"golike-defer": "^0.5.1",
|
|
"json-rpc-protocol": "^0.13.2",
|
|
"lodash": "^4.17.15",
|
|
"promise-toolbox": "^0.21.0",
|
|
"vhd-lib": "^3.3.2",
|
|
"xo-common": "^0.8.0"
|
|
},
|
|
"private": false,
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|