-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 837 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
{
"name": "truckersmpstatusbot",
"version": "1.1.0",
"description": "Bot for checking TruckersMP servers info",
"main": "index.js",
"scripts": {
"dev": "pm2 start index.js --watch",
"start": "pm2 start index.js",
"restart": "pm2 restart index.js",
"stop": "pm2 stop index.js"
},
"author": "Pavel Kuzyakin <pavel@kuzyak.in> (https://kuzyak.in)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iposho/truckersmp-status-bot.git"
},
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"moment": "^2.29.0",
"node-fetch": "^2.6.1",
"pm2": "^5.2.0",
"telegraf": "^3.38.0"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}