-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 951 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
36
37
38
39
{
"name": "localtime",
"version": "1.0.0",
"description": "Makes it easy to chat with people from all over the globe",
"main": "index.js",
"scripts": {
"start": "NODE_ENV='production' pm2 start index.js --name localtime --update-env",
"stop": "pm2 stop localtime",
"delete": "pm2 delete localtime"
},
"keywords": [
"timezone",
"global",
"team",
"chat"
],
"engines": {
"node": "v10.15.3"
},
"author": "Kiura Magomadov",
"license": "MIT",
"dependencies": {
"countries-and-timezones": "^2.3.1",
"country-code-emoji": "^1.0.0",
"country-iso-3-to-2": "^1.1.0",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"geo-tz": "^6.0.0",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"mongoose": "^5.9.15",
"telegraf": "^3.38.0",
"telegraf-session-local": "^1.0.2",
"which-country": "^1.0.0"
},
"devDependencies": {
"pm2": "^4.4.0"
}
}