youtube-thumbnail-grabber
Version:
a simple package for grabbing youtube video thumbnails
36 lines (35 loc) • 780 B
JSON
{
"name": "youtube-thumbnail-grabber",
"version": "1.0.2",
"description": "a simple package for grabbing youtube video thumbnails",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Yash Raut",
"keywords": [
"npm",
"youtube",
"api",
"thumbnail",
"grabber",
"link",
"thumbnail link",
"youtube link"
],
"license": "MIT",
"devDependencies": {
"mocha": "^9.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yashraut362/youtube-thumbnail-grabber.git"
},
"bugs": {
"url": "https://github.com/yashraut362/youtube-thumbnail-grabber/issues"
},
"homepage": "https://github.com/yashraut362/youtube-thumbnail-grabber#readme",
"dependencies": {
"chai": "^4.3.6"
}
}