opex-yt-info
Version:
Node.js library for searching YouTube (videos, channels, live), getting video/playlist metadata, and fetching homepage/trending videos.
33 lines (32 loc) • 651 B
JSON
{
"name": "opex-yt-info",
"version": "1.0.2",
"description": "Node.js library for searching YouTube (videos, channels, live), getting video/playlist metadata, and fetching homepage/trending videos.",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"keywords": [
"youtube",
"search",
"video",
"playlist",
"channel",
"live",
"metadata",
"trending",
"homepage",
"api",
"scrape",
"info",
"opex"
],
"author": "t.me/OpexDev",
"license": "MIT",
"dependencies": {
"opex-yt-id": "^1.1.0",
"yt-search": "^2.12.1"
}
}