29 lines
611 B
JSON
29 lines
611 B
JSON
{
|
|
"dependencies": {
|
|
"mime": "^3.0.0",
|
|
"node-telegram-bot-api": "^0.66.0",
|
|
"telegram": "^2.26.22"
|
|
},
|
|
"name": "telegram_ytdlp_node.js",
|
|
"version": "25.4.11",
|
|
"description": "Youtube downloader bot",
|
|
"main": "bot.js",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fullgream.tech/fullgream/telegram_ytdlp_node.js.git"
|
|
},
|
|
"keywords": [
|
|
"ytdl",
|
|
"ytdlp",
|
|
"telegram",
|
|
"downloader",
|
|
"bot"
|
|
],
|
|
"author": "FullGreaM",
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|