Dateien nach "/" hochladen
This commit is contained in:
parent
91e28fe84f
commit
38c244a1fa
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "support_bot",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Telegram Support Bot",
|
||||||
|
"main": "support_bot.js",
|
||||||
|
"keywords": [
|
||||||
|
"telegram",
|
||||||
|
"support",
|
||||||
|
"bot"
|
||||||
|
],
|
||||||
|
"author": "M_Viper",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"axios": "^1.6.5",
|
||||||
|
"dotenv": "^16.3.1",
|
||||||
|
"fluent-ffmpeg": "^2.1.2",
|
||||||
|
"fs": "^0.0.1-security",
|
||||||
|
"js-yaml": "^4.1.0",
|
||||||
|
"multer": "^1.4.5-lts.1",
|
||||||
|
"node-telegram-bot-api": "^0.63.0",
|
||||||
|
"nodemailer": "^6.9.8",
|
||||||
|
"validator": "^13.11.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue