-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 889 Bytes
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
{
"name": "VerBotX - Tele",
"version": "1.0.0",
"description": "Telegram Bot ",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"telegram",
"telegram-bot",
"lightweight",
"telegraf",
"telegram-bot-api",
"nodejs",
"javascript",
"bot",
"verbotx"
],
"author": "FeriPratama",
"license": "ISC",
"dependencies": {
"axios": "^1.10.0",
"chalk": "^3.0.0",
"didyoumean": "^1.2.2",
"express": "^5.1.0",
"file-type": "^16.5.3",
"form-data": "^4.0.4",
"human-readable": "^0.2.1",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"moment-timezone": "^0.6.0",
"node-fetch": "^2.6.9",
"node-os-utils": "^1.3.7",
"syntax-error": "^1.4.0",
"telegraf": "^4.16.3",
"util": "^0.12.5"
}
}