{
    "name": "@blackamda/song_video_dl",
    "version": "1.1.0",
    "description": "This is a youtube song and video downloader based on y2mate.com",
    "keywords": ["ytdl", "song", "video", "downloader", "y2mate"],
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/BlackAmda/song_video_dl.git"
    },
    "author": "BlackAmda",
    "license": "GPL-3.0",
    "dependencies": {
        "axios": "^1.3.1",
        "cheerio": "^1.0.0-rc.12",
        "jsdom": "^20.0.3"
    },
    "homepage": "https://github.com/BlackAmda/song_video_dl#readme",
    "bugs": {
        "url": "https://github.com/BlackAmda/song_video_dl/issues"
    }
}