2023-08-29 01:36:18 +03:00
{
"name" : "aynt" ,
2024-01-13 17:23:04 +02:00
"version" : "1.1.0" ,
2023-08-29 01:36:18 +03:00
"description" : "AYNT Bot is a Telegram bot designed to help users easily download videos from various social media platforms such as YouTube, TikTok, Instagram, and Twitter." ,
"main" : "src/index.js" ,
"scripts" : {
"dev" : "nodemon src/index.js" ,
"start" : "node src/index.js"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/divam-dev/aynt.git"
} ,
"author" : "divam" ,
"license" : "MIT" ,
"bugs" : {
"url" : "https://github.com/divam-dev/aynt/issues"
} ,
"homepage" : "https://github.com/divam-dev/aynt#readme" ,
"dependencies" : {
"@ffmpeg-installer/ffmpeg" : "^1.1.0" ,
"axios" : "^1.4.0" ,
2024-01-13 17:23:04 +02:00
"cheerio" : "^1.0.0-rc.12" ,
2023-08-29 01:36:18 +03:00
"dotenv" : "^16.3.1" ,
"ffmpeg-static" : "^5.1.0" ,
"fluent-ffmpeg" : "^2.1.2" ,
"fs" : "^0.0.1-security" ,
2023-09-04 16:41:17 +03:00
"node-cron" : "^3.0.2" ,
2023-08-29 01:36:18 +03:00
"nodemon" : "^2.0.22" ,
"telegraf" : "^4.12.2" ,
"telegraf-session-local" : "^2.1.1" ,
"ytdl-core" : "^4.11.5"
}
}