Files
xen-orchestra/@xen-orchestra/xapi/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "@xen-orchestra/xapi",
2023-04-26 15:45:14 +02:00
"version": "2.2.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": {
2022-03-23 09:48:07 +01:00
"xo-xapi": "./cli.js"
},
"engines": {
2022-03-23 09:48:07 +01:00
"node": ">=14"
},
"peerDependencies": {
2023-04-26 15:45:14 +02:00
"xen-api": "^1.3.0"
},
"scripts": {
"postversion": "npm publish --access public",
"test": "node--test"
},
"dependencies": {
"@vates/async-each": "^1.0.0",
2022-03-30 15:15:22 +02:00
"@vates/decorate-with": "^2.0.0",
2023-04-26 15:45:14 +02:00
"@vates/nbd-client": "^1.2.0",
2021-03-03 12:05:05 +01:00
"@xen-orchestra/async-map": "^0.1.2",
2023-01-27 15:16:26 +00:00
"@xen-orchestra/log": "^0.6.0",
2021-04-02 15:34:19 +02:00
"d3-time-format": "^3.0.0",
2021-02-25 18:41:11 +01:00
"golike-defer": "^0.5.1",
2023-02-21 18:32:02 +01:00
"http-request-plus": "^1.0.0",
"json-rpc-protocol": "^0.13.2",
"lodash": "^4.17.15",
"promise-toolbox": "^0.21.0",
2023-04-26 15:45:14 +02:00
"vhd-lib": "^4.4.0",
2022-03-30 16:06:06 +02:00
"xo-common": "^0.8.0"
},
"private": false,
"license": "AGPL-3.0-or-later",
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"devDependencies": {
"test": "^3.3.0"
}
}