-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
72 lines (72 loc) · 1.56 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mega-ai",
"version": "0.0.1",
"description": "Bot Telegram Node js",
"main": "start.js",
"type": "commonjs",
"directories": {
"lib": "lib",
"plugins": "plugins"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "node start.js"
},
"keywords": [
"telegram",
"bot",
"nodejs"
],
"homepage": "https://github.com/GlobalTechInfo/TELEGRAM-AI",
"author": {
"name": "GlobalTechInfo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlobalTechInfo/TELEGRAM-AI.git"
},
"bugs": {
"url": "https://github.com/GlobalTechInfo/TELEGRAM-AI/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@vitalets/google-translate-api": "^9.2.0",
"@google/generative-ai": "^0.21.0",
"node-telegram-bot-api": "^0.66.0",
"api-qasim": "^3.2.4",
"megajs": "^1.3.5",
"path": "^0.12.7",
"chalk": "^4.1.2",
"dotenv": "^16.1.4",
"express": "^4.21.2",
"figlet": "^1.8.0",
"lowdb": "^3.0.0",
"mongoose": "^8.9.5",
"got": "^14.4.5",
"file-type": "^20.0.0",
"formdata-node": "^6.0.3",
"perf_hooks": "^0.0.1",
"imgur": "2.4.2",
"lodash": "^4.17.21",
"qrcode": "^1.5.1",
"simple-git": "^3.27.0",
"syntax-error": "^1.4.0",
"tslib": "^2.8.1",
"mime-types": "^2.1.35"
},
"devDependencies": {
"prettier": "^3.2.5"
},
"contributors": [
{
"name": "Qasim Ali",
"role": "Lead Developer"
},
{
"name": "GlobalTechInfo",
"role": "Maintainer"
}
]
}