40 lines
970 B
JSON
40 lines
970 B
JSON
{
|
|
"name": "@xen-orchestra/xapi",
|
|
"version": "0.9.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": "^0.36.0"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"dependencies": {
|
|
"@vates/decorate-with": "^1.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",
|
|
"lodash": "^4.17.15",
|
|
"promise-toolbox": "^0.21.0",
|
|
"xo-common": "^0.7.0"
|
|
},
|
|
"private": false,
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|