-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 922 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": "ligatennisabot",
"version": "1.0.0",
"description": "Telegram bot for ligaTennisa players",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec node --inspect=0.0.0.0:10001 ./src/app.js"
},
"author": "Mikalai Yurkveich",
"license": "ISC",
"dependencies": {
"app-module-path": "2.2.0",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"camelcase-keys": "^6.2.2",
"cors": "2.8.5",
"express": "4.17.1",
"helmet": "4.2.0",
"joi": "17.3.0",
"lodash": "4.17.20",
"moment": "2.29.1",
"mongodb": "3.6.3",
"mongoose": "5.11.8",
"mongoose-paranoid-plugin": "1.1.2",
"morgan": "1.10.0",
"node-cron": "2.0.3",
"nodemon": "2.0.6",
"shortid": "2.2.16",
"telegraf": "3.38.0",
"telegraf-session-mongodb": "1.3.1",
"vk-io": "4.1.2",
"winston": "3.3.3"
}
}