hassio-nextcloud-backup/nextcloud_backup/rootfs/opt/nextcloud_backup/package.json
2021-01-08 13:41:36 +01:00

27 lines
606 B
JSON

{
"name": "nexcloud-backup",
"version": "0.8.0",
"private": true,
"scripts": {
"start": "node --inspect=0.0.0.0:9226 ./bin/www "
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"app-root-path": "^3.0.0",
"bootstrap": "^5.0.0-beta1",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"form-data": "^3.0.0",
"got": "^11.8.1",
"http-errors": "~1.6.3",
"jquery": "^3.5.1",
"moment": "^2.29.1",
"morgan": "~1.9.1",
"webdav": "^3.6.2",
"winston": "^3.3.3"
}
}