@justherza/ytdl-me
Version:
Simple API YouTube downloader (not official from en.loader.to)
35 lines (34 loc) • 742 B
JSON
{
"name": "@justherza/ytdl-me",
"version": "0.0.2",
"description": "Simple API YouTube downloader (not official from en.loader.to)",
"main": "main.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/herzonly/ytdl-me.git"
},
"keywords": [
"youtube-downloader",
"nodejs-module",
"youtube",
"axios",
"scraper"
],
"author": "herzonly",
"license": "MIT",
"bugs": {
"url": "https://github.com/herzonly/ytdl-me/issues"
},
"homepage": "https://github.com/herzonly/ytdl-me#readme",
"dependencies": {
"axios": "^1.3.5",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
}
}