{
    "name": "anigrab",
    "version": "1.11.0",
    "description": "Free and fast open source anime downloader",
    "main": "src/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ngomile/anigrab.git"
    },
    "keywords": [
        "anime",
        "free",
        "extractor",
        "animepahe",
        "gogoanime",
        "animeout",
        "downloader"
    ],
    "author": "Noel Gomile",
    "license": "Unlicense",
    "bugs": {
        "url": "https://github.com/ngomile/anigrab/issues"
    },
    "homepage": "https://github.com/ngomile/anigrab#readme",
    "dependencies": {
        "brotli": "^1.3.2",
        "cheerio": "^1.0.0-rc.3",
        "cloudscraper": "^4.6.0",
        "crypto-js": "^4.0.0",
        "flat-cache": "^2.0.1",
        "fuzzball": "^1.3.0",
        "hcaptcha-solver": "^1.0.2",
        "request": "^2.88.2",
        "request-promise": "^4.2.5",
        "tough-cookie-filestore": "0.0.1",
        "yargs": "^15.3.1"
    },
    "bin": {
        "anigrab": "src/cli/index.js"
    },
    "devDependencies": {
        "prettier": "2.0.5"
    }
}
