-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 895 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
{
"name": "liste_epicerie_bot",
"version": "0.2.0",
"description": "Telegram Bot : Liste d'épicerie",
"main": "index.js",
"scripts": {
"start": "node index.js",
"switch_to_dev": "export $(cat .env | xargs) && wget --spider https://api.telegram.org/bot$TOKEN/setWebhook?url= --delete-after && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/satyaog/liste_epicerie_bot.git"
},
"keywords": [
"liste",
"epicerie",
"épicerie",
"list",
"grocery",
"shopping",
"telegram",
"bot"
],
"author": "Satya Ortiz-Gagné",
"license": "MIT",
"dependencies": {
"dotenv": "^4.0.0",
"express": "^4.13.4",
"mongodb": "^2.2.24",
"telegraf": "3.10",
"telegraf-session-mongo": "^1.1.0"
},
"engines": {
"node": ">=7.0"
}
}