-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.19 KB
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
73
74
75
76
77
78
79
80
{
"name": "grammchatbot",
"version": "2.1.0",
"description": "Goatbot-V2 Telegram Port with AstrBot-Inspired Agentic AI Core (Multi-LLM, RAG, Tool Use, Vision, Memory)",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node index.js",
"dev": "NODE_ENV=development node index.js",
"test": "node test/testAll.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.0",
"@google/generative-ai": "^0.14.0",
"@napi-rs/canvas": "^0.1.52",
"@vitalets/google-translate-api": "^9.2.1",
"adm-zip": "^0.6.0",
"axios": "^1.7.2",
"baybayin-transliterator": "^0.0.4",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"eta": "^1.14.2",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-rate-limit": "^6.11.2",
"express-session": "^1.18.0",
"fb-downloader-scrapper": "^3.0.1",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"g4f": "^1.4.6",
"gif-encoder-2": "^1.0.5",
"google-tts-api": "^2.0.2",
"gradient-string": "^2.0.2",
"grammy": "^1.30.0",
"he": "^1.2.0",
"jimp": "^1.6.1",
"jsonlint-mod": "^1.7.6",
"lodash": "^4.17.21",
"luxon": "^3.7.2",
"mathjs": "^12.4.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongoose": "^8.4.1",
"node-cron": "^3.0.3",
"openai": "^4.52.0",
"ora": "^5.4.1",
"os": "^0.1.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pastebin-api": "^7.0.0",
"path": "^0.12.7",
"pidusage": "^3.0.2",
"qrcode": "^1.5.4",
"request": "^2.88.2",
"searchitunes": "^2.6.0",
"sequelize": "^6.37.3",
"shoti": "^1.1.2",
"socket.io": "^4.7.5",
"sqlite3": "^5.1.7",
"st-shazam": "^1.1.1",
"string-similarity": "^4.0.4",
"sucrase": "^3.35.0",
"tinyurl": "^1.1.7",
"twemoji": "^14.0.2",
"typescript": "^7.0.2",
"yt-search": "^2.11.1"
},
"author": "NTKhang & Modded for Telegram by frnAlt & Gtajisan",
"license": "MIT"
}