73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"private": false,
|
|
"name": "xen-api",
|
|
"version": "1.3.0",
|
|
"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": "dist/",
|
|
"bin": {
|
|
"xen-api": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"@vates/coalesce-calls": "^0.1.0",
|
|
"bind-property-descriptor": "^2.0.0",
|
|
"blocked": "^1.2.1",
|
|
"debug": "^4.0.1",
|
|
"http-request-plus": "^1.0.0",
|
|
"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": "^5.0.0",
|
|
"pw": "0.0.4",
|
|
"xmlrpc": "^1.3.2",
|
|
"xo-collection": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/preset-env": "^7.8.0",
|
|
"cross-env": "^7.0.2",
|
|
"rimraf": "^4.1.1",
|
|
"tap": "^16.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
|
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
|
"plot": "gnuplot -p memory-test.gnu",
|
|
"prebuild": "rimraf dist/",
|
|
"predev": "yarn run prebuild",
|
|
"prepublishOnly": "yarn run build",
|
|
"postversion": "npm publish",
|
|
"test": "tap"
|
|
}
|
|
}
|