36 lines
873 B
JSON
36 lines
873 B
JSON
{
|
|
"private": false,
|
|
"name": "@vates/nbd-client",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/nbd-client",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@vates/nbd-client",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"license": "ISC",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=14.0"
|
|
},
|
|
"dependencies": {
|
|
"@vates/async-each": "^1.0.0",
|
|
"@vates/read-chunk": "^1.0.1",
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
|
"promise-toolbox": "^0.21.0",
|
|
"xen-api": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^16.3.0",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test-integration": "tap *.spec.js"
|
|
}
|
|
}
|