32 lines
741 B
JSON
32 lines
741 B
JSON
{
|
|
"private": false,
|
|
"name": "@xen-orchestra/cr-seed-cli",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/cr-seed-cli",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/cr-seed-cli",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"bin": {
|
|
"xo-cr-seed": "./index.mjs"
|
|
},
|
|
"preferGlobal": true,
|
|
"dependencies": {
|
|
"golike-defer": "^0.5.1",
|
|
"xen-api": "^2.0.1"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|