Files
xen-orchestra/@xen-orchestra/proxy-cli/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

{
"private": false,
"name": "@xen-orchestra/proxy-cli",
"version": "0.2.0",
"license": "AGPL-3.0-or-later",
"description": "CLI for @xen-orchestra/proxy",
"keywords": [
"backup",
"proxy",
"xen-orchestra",
"xo"
],
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/proxy-cli",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@xen-orchestra/proxy-cli",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"preferGlobal": true,
"bin": {
2022-03-25 19:07:26 +01:00
"xo-proxy-cli": "./index.js"
},
"engines": {
2022-03-25 19:07:26 +01:00
"node": ">=14"
},
"dependencies": {
"@iarna/toml": "^2.2.0",
2021-04-07 13:07:57 +02:00
"@vates/read-chunk": "^0.1.2",
2021-02-26 17:50:47 +01:00
"ansi-colors": "^4.1.1",
"app-conf": "^2.1.0",
"content-type": "^1.0.4",
"cson-parser": "^4.0.7",
"getopts": "^2.2.3",
2022-02-25 13:18:16 +01:00
"http-request-plus": "^0.14.0",
"json-rpc-protocol": "^0.13.1",
2022-02-02 12:35:06 +01:00
"promise-toolbox": "^0.21.0",
"pumpify": "^2.0.1",
2021-11-02 13:43:49 +01:00
"split2": "^4.1.0"
},
"scripts": {
2022-03-25 19:07:26 +01:00
"postversion": "npm publish --access public"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
}
}