mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 09:32:12 +00:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "youtubei.js",
|
|
"version": "1.2.8",
|
|
"description": "An object-oriented library that allows you to search, get detailed info about videos, subscribe, unsubscribe, like, dislike, comment, download videos and much more!",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"author": "LuanRT",
|
|
"license": "MIT",
|
|
"directories": {
|
|
"example": "examples",
|
|
"lib": "lib"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"protons": "^2.0.3",
|
|
"user-agents": "^1.0.778",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https//github.com/LuanRT/YouTube.js.git"
|
|
},
|
|
"keywords": [
|
|
"youtube",
|
|
"youtube-dl",
|
|
"innertube",
|
|
"innertubeapi",
|
|
"livechat",
|
|
"api",
|
|
"search",
|
|
"like",
|
|
"dislike",
|
|
"comment",
|
|
"automation",
|
|
"downloader",
|
|
"comments-section",
|
|
"youtube-downloader"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/LuanRT/YouTube.js/issues"
|
|
},
|
|
"homepage": "https://github.com/LuanRT/YouTube.js#readme"
|
|
} |