-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.33 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
{
"name": "hypertag",
"version": "1.0.0",
"description": "HyperTAG Bot | AI-Generated Tags and Summaries for Telegram Messages",
"homepage": "https://github.com/Mostafa-Abbasi/HyperTAG#readme",
"repository": {
"type": "git",
"url": "https://github.com/Mostafa-Abbasi/HyperTAG.git"
},
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [
"Telegram Bot",
"Telegram",
"Bot",
"Tag",
"Summary",
"AI",
"Gemini",
"OpenAi",
"Open Router",
"Ollama",
"Text Razor",
"Link Summary",
"YouTube Video Summary",
"YouTube Caption Downloader"
],
"author": "Mostafa Abbasi",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@google/generative-ai": "^0.19.0",
"@mozilla/readability": "^0.5.0",
"@vitalets/google-translate-api": "^9.2.0",
"axios": "^1.7.2",
"axios-retry": "^4.5.0",
"canvas": "^2.11.2",
"chart.js": "^4.4.4",
"cheerio": "1.0.0-rc.12",
"dotenv": "^16.4.5",
"eld": "^1.0.0",
"he": "^1.2.0",
"jsdom": "^24.1.0",
"ollama": "^0.5.8",
"openai": "^4.59.0",
"p-limit": "^6.1.0",
"puppeteer": "^23.3.0",
"sqlite3": "^5.1.7",
"striptags": "^3.2.0"
},
"devDependencies": {
"nodemon": "^3.1.3",
"url-unshort": "^6.1.0"
}
}