{
  "name": "crunchyroll-dl",
  "version": "2.0.1",
  "description": "A fast, modern, and beautiful Crunchyroll downloader.",
  "main": "index.js",
  "author": "simplymemes",
  "license": "MIT",
  "scripts": {
    "run-npm-publish": "npm publish",
    "run-npm-publish-beta": "npm publish --tag beta"
  },
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "axios": "^0.19.2",
    "brotli": "^1.3.2",
    "child-process-async": "^1.0.1",
    "cloudscraper": "^4.6.0",
    "common-tags": "^1.8.0",
    "crunchyroll-lib": "^1.2.2",
    "fluent-ffmpeg": "^2.1.2",
    "form-data": "^2.5.0",
    "langs": "^2.0.0",
    "m3u8-parser": "^4.4.0",
    "mkdirp": "^0.5.1",
    "prompts": "^2.3.2",
    "request": "^2.88.2",
    "rimraf": "^3.0.2",
    "sanitize-filename": "^1.6.3",
    "treeify": "^1.1.0",
    "uuid": "^3.3.3",
    "yargs": "^14.0.0"
  },
  "bin": {
    "crunchyroll-dl": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/simplymemes/crunchyroll-dl.git"
  }
}
