forked from Eksicode/eksicode-telegrambot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 721 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
{
"name": "eksicodetbot",
"version": "2.0.0",
"description": "eksicode.org telegram bot",
"main": "telegram.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node telegram.js"
},
"keywords": [
"eksicode",
"eksi",
"telegram",
"bot"
],
"author": "Davut KARA & Mkltkn",
"license": "MIT",
"dependencies": {
"axios": "^0.18.1",
"dotenv": "^6.0.0",
"fuse.js": "^3.4.5",
"mysql": "^2.16.0",
"node-fetch": "^2.6.0",
"node-html-parser": "^1.1.16",
"path": "^0.12.7",
"telegraf": "^3.23.1",
"telegraf-command-parts": "^1.0.3"
}
}