UNPKG

youtube-thumbnail-grabber

Version:
36 lines (35 loc) 780 B
{ "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" } }