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

41 lines
994 B
JSON
Raw Normal View History

{
"name": "@xen-orchestra/xapi",
2022-06-29 15:27:14 +02:00
"version": "1.3.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": {
2022-06-10 17:05:04 +02:00
"xen-api": "^1.2.1"
},
"scripts": {
2022-03-23 09:48:07 +01:00
"postversion": "npm publish --access public"
},
"dependencies": {
2022-03-30 15:15:22 +02:00
"@vates/decorate-with": "^2.0.0",
2021-03-03 12:05:05 +01:00
"@xen-orchestra/async-map": "^0.1.2",
2021-08-30 11:01:14 +02:00
"@xen-orchestra/log": "^0.3.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",
"lodash": "^4.17.15",
"promise-toolbox": "^0.21.0",
2022-06-29 15:27:14 +02:00
"vhd-lib": "^3.3.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"
}
}