Files
xen-orchestra/packages/xen-api/package.json
2024-02-02 12:52:11 +01:00

63 lines
1.4 KiB
JSON

{
"private": false,
"name": "xen-api",
"version": "2.0.1",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [
"xen",
"api",
"xen-api",
"xenapi",
"xapi"
],
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xen-api",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "packages/xen-api",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"preferGlobal": false,
"main": "./index.mjs",
"bin": {
"xen-api": "./cli.mjs"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@vates/coalesce-calls": "^0.1.0",
"@vates/decorate-with": "^2.1.0",
"bind-property-descriptor": "^2.0.0",
"blocked": "^1.2.1",
"debug": "^4.0.1",
"http-request-plus": "^1.0.2",
"jest-diff": "^29.0.3",
"json-rpc-protocol": "^0.13.1",
"kindof": "^2.0.0",
"limit-concurrency-decorator": "^0.5.0",
"lodash": "^4.17.4",
"make-error": "^1.3.0",
"minimist": "^1.2.0",
"ms": "^2.1.1",
"promise-toolbox": "^0.21.0",
"proxy-agent": "^6.3.1",
"pw": "0.0.4",
"xmlrpc": "^1.3.2",
"xo-collection": "^0.5.0"
},
"devDependencies": {
"tap": "^18.7.0"
},
"scripts": {
"plot": "gnuplot -p memory-test.gnu",
"postversion": "npm publish",
"test": "tap"
}
}