-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 894 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
40
41
{
"name": "eye_care_bot",
"version": "1.0.0",
"description": "Telegram bot that send notifications about eyes exercise",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"bot",
"telegram",
"eyes",
"exercise",
"health",
"schedule"
],
"author": "Adara Belaya",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/adarrra/eye-care-bot.git"
},
"dependencies": {
"cron": "^1.2.1",
"express": "^4.15.3",
"moment-timezone": "^0.5.13",
"monk": "^4.0.0",
"randray": "^2.0.0",
"requestify": "^0.2.5",
"telegraf": "^3.7.1"
},
"engines": {
"node": ">= 7.6.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0"
}
}