video-to-gif
Version:
A Node.js module that searches YouTube videos by song name and converts clips to animated GIFs
41 lines (40 loc) • 832 B
JSON
{
"name": "video-to-gif",
"version": "1.0.11",
"description": "A Node.js module that searches YouTube videos by song name and converts clips to animated GIFs",
"main": "ytgif.js",
"type": "module",
"bin": {
"ytgif": "index.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js",
"example": "node example-esm.js",
"test": "node test-module-esm.js"
},
"keywords": [
"youtube",
"gif",
"video",
"converter",
"music",
"downloader",
"ffmpeg"
],
"author": "Saravanan",
"license": "MIT",
"dependencies": {
"@distube/ytdl-core": "^4.16.10",
"commander": "^14.0.0",
"fluent-ffmpeg": "^2.1.3",
"youtube-search-api": "^1.2.2",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
},
"engines": {
"node": ">=14.0.0"
}
}