-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "tgbots",
"version": "1.0.0",
"description": "Telegram bots by Edoardo Cortese",
"main": "",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"captchapng": "0.0.1",
"express": "^4.18.1",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.2",
"http": "0.0.1-security",
"https": "^1.0.0",
"humanize-duration": "^3.27.3",
"imagemagick": "^0.1.3",
"longjohn": "^0.2.12",
"mathjs": "^11.2.1",
"mysql": "^2.18.1",
"node-cron": "^3.0.2",
"node-fetch": "^3.2.10",
"node-schedule": "^2.1.0",
"node-telegram-bot-api": "^0.59.0",
"node-tesseract-ocr": "^2.2.1",
"npm-check-updates": "^16.1.3",
"openai": "^3.0.1",
"pdfkit": "^0.13.0",
"plotly": "^1.0.6",
"readline": "^1.3.0",
"request": "^2.88.2",
"rss-parser": "^3.12.0",
"string-similarity": "^4.0.4",
"striptags": "^3.2.0",
"sync-mysql": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Edoardo Cortese",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://sidelux@bitbucket.org/sidelux/tgbots.git"
},
"homepage": "https://bitbucket.org/sidelux/tgbots#readme"
}