yt-channel-data
Version:
Fetch channel data of any YouTube channel
24 lines (23 loc) • 481 B
JSON
{
"name": "yt-channel-data",
"version": "1.0.6",
"description": "Fetch channel data of any YouTube channel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Youtube",
"data",
"scrapper"
],
"repository": {
"type": "git",
"url": "https://github.com/arjusmoon860/yt-channel-data.git"
},
"author": "Arju S Moon",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2"
}
}