31 lines
724 B
JSON
31 lines
724 B
JSON
{
|
|
"name": "@vates/fuse-vhd",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/fuse-vhd",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@vates/fuse-vhd",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"main": "./index.mjs",
|
|
"dependencies": {
|
|
"fuse-native": "^2.2.6",
|
|
"lru-cache": "^7.14.0",
|
|
"promise-toolbox": "^0.21.0",
|
|
"vhd-lib": "^4.5.0"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
}
|
|
}
|