-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "N1SA9",
"version": "1.0.0",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"telegram-bot",
"nodejs",
"javascript",
"chatbot",
"moderation",
"mongodb",
"automation",
"utilities",
"music-bot",
"fun-commands",
"bot-commands",
"community-support",
"open-source",
"api-integration",
"ffmpeg",
"translate",
"youtube-download"
],
"author": "HridoyCode",
"license": "MIT",
"description": "N1SA9 - A feature-rich Telegram bot built with Node.js offering advanced group moderation, music downloads, utility functions, and MongoDB integration for data persistence.",
"dependencies": {
"@google-cloud/translate": "^8.5.0",
"axios": "^1.7.7",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"fluent-ffmpeg": "^2.1.3",
"miniget": "^4.2.3",
"moment": "^2.30.1",
"mongodb": "^4.1.0",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.66.0",
"ytdl-core": "^4.11.5"
}
}