{ "name": "juick-backup", "version": "1.0.0", "description": "Juick export utility", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/juick/backup.git" }, "private": true, "license": "MIT", "dependencies": { "lodash": "^4.17.21", "minimist": "^1.2.6", "node-fetch": "^3.2.8" } }