UNPKG

fetchyt

Version:

Search musics on youtube and return your links

34 lines (33 loc) 695 B
{ "name": "fetchyt", "version": "3.0.7", "description": "Search musics on youtube and return your links", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/Deivesilvaka/fetchyt.git" }, "keywords": [ "youtube", "spotify", "webcrawler", "webscrapping", "download", "fetch", "headless" ], "author": "Deivesilvaka", "license": "ISC", "dependencies": { "btoa": "^1.2.1", "node-fetch": "^2.6.1", "puppeteer": "^5.5.0", "puppeteer-cluster": "^0.22.0", "spotify-web-api-node": "^4.0.0", "yt-search": "^2.5.1", "ytdl-core": "^4.4.5" } }