mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-14 13:32:59 +01:00
f6dc0ef4cc
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
29 lines
617 B
JSON
29 lines
617 B
JSON
{
|
|
"name": "nexcloud-backup",
|
|
"version": "0.8.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./bin/www.js "
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "6.1.2",
|
|
"app-root-path": "3.0.0",
|
|
"bootstrap": "5.2.0",
|
|
"cookie-parser": "1.4.6",
|
|
"cron": "2.1.0",
|
|
"debug": "4.3.4",
|
|
"ejs": "3.1.8",
|
|
"express": "4.18.1",
|
|
"form-data": "4.0.0",
|
|
"got": "12.3.0",
|
|
"http-errors": "2.0.0",
|
|
"jquery": "3.6.0",
|
|
"luxon": "3.0.1",
|
|
"morgan": "1.10.0",
|
|
"webdav": "4.10.0",
|
|
"winston": "3.8.1"
|
|
},
|
|
"packageManager": "yarn@3.2.2"
|
|
}
|