-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 944 Bytes
/
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
{
"name": "eksicodebot",
"version": "2.0.0",
"description": "eksicode.org telegram bot",
"main": "telegram.js",
"scripts": {
"start": "node telegram.js"
},
"keywords": [
"eksicode",
"eksi",
"telegram",
"bot"
],
"author": "Davut KARA & Mkltkn & Atakan Ermiş",
"license": "MIT",
"dependencies": {
"axios": "^0.21.2",
"dotenv": "^6.0.0",
"http": "0.0.1-security",
"node-cron": "^3.0.1",
"node-html-parser": "^1.1.16",
"path": "^0.12.7",
"request": "^2.88.2",
"telegraf": "^4.0.2"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}