mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-15 05:52:59 +01:00
29 lines
618 B
JSON
29 lines
618 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.1.3",
|
|
"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.10.0"
|
|
},
|
|
"packageManager": "yarn@3.2.2"
|
|
}
|