{
    "name": "yt-scrapper",
    "version": "1.1.4",
    "description": "youtube scrapper",
    "main": "index.js",
    "scripts": {
        "test": "echo \"no tests specified\" && exit 0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ku3mich/yt-scrapper"
    },
    "keywords": [
        "youtube",
        "mp3",
        "download",
        "playlist",
        "channel"
    ],
    "bin": {
        "yts": "cli.js"
    },
    "author": "Serhii Kuzmychov",
    "license": "MIT",
    "dependencies": {
        "cheerio": "^1.0.0-rc.3",
        "commander": "^5.0.0",
        "node-fetch": "^2.6.0",
        "query-string": "^6.12.1",
        "sanitize-filename": "^1.6.3",
        "youtube-mp3-downloader": "^0.6.7"
    }
}
