65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"private": false,
|
|
"name": "@xen-orchestra/fs",
|
|
"version": "0.18.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "The File System for Xen Orchestra backups.",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/fs",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"preferGlobal": true,
|
|
"main": "dist/",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"dependencies": {
|
|
"@marsaud/smb2": "^0.18.0",
|
|
"@sindresorhus/df": "^3.1.1",
|
|
"@sullux/aws-sdk": "^1.0.5",
|
|
"@vates/coalesce-calls": "^0.1.0",
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
|
"aws-sdk": "^2.686.0",
|
|
"decorator-synchronized": "^0.6.0",
|
|
"execa": "^5.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"get-stream": "^6.0.0",
|
|
"limit-concurrency-decorator": "^0.5.0",
|
|
"lodash": "^4.17.4",
|
|
"promise-toolbox": "^0.20.0",
|
|
"proper-lockfile": "^4.1.2",
|
|
"readable-stream": "^3.0.6",
|
|
"through2": "^4.0.2",
|
|
"xo-remote-parser": "^0.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.1.6",
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"async-iterator-to-stream": "^1.1.0",
|
|
"babel-plugin-lodash": "^3.3.2",
|
|
"cross-env": "^7.0.2",
|
|
"dotenv": "^10.0.0",
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
|
"clean": "rimraf dist/",
|
|
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
|
"prebuild": "yarn run clean",
|
|
"predev": "yarn run clean",
|
|
"prepublishOnly": "yarn run build",
|
|
"postversion": "npm publish"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|