{
  "name": "cyberdrop-downloader",
  "version": "1.2.0",
  "description": "Takes a cyberdrop or bunkr url as the first parameter and downloads all files in parallel",
  "main": "app.js",
  "bin": {
    "cyberdrop": "./app.js",
    "cb": "./app.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fshy/cyberdrop-downloader.git"
  },
  "author": "Fshy <fshy@arc.moe> (https://arc.moe/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Fshy/cyberdrop-downloader/issues"
  },
  "homepage": "https://github.com/Fshy/cyberdrop-downloader#readme",
  "dependencies": {
    "axios": "^0.19.2",
    "axios-retry": "^3.1.9",
    "chalk": "^3.0.0",
    "cheerio": "^1.0.0-rc.3",
    "lodash": "^4.17.15",
    "multi-progress": "^4.0.0",
    "progress": "^2.0.3",
    "url-parse": "^1.5.1"
  },
  "devDependencies": {
    "eslint": "^6.1.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2"
  }
}
