forked from marklagendijk/node-toogoodtogo-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 966 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": "toogoodtogo-watcher",
"version": "2.0.2",
"description": "Node.js cli tool for monitoring your favorite TooGoodToGo businesses.",
"main": "index.js",
"keywords": [
"TooGoodToGo",
"notifications",
"desktop",
"telegram"
],
"author": "Mark Lagendijk <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/marklagendijk/node-toogoodtogo-watcher.git"
},
"bugs": {
"url": "https://github.com/marklagendijk/node-toogoodtogo-watcher/issues"
},
"homepage": "https://github.com/marklagendijk/node-toogoodtogo-watcher#readme",
"preferGlobal": true,
"bin": {
"toogoodtogo-watcher": "index.js"
},
"dependencies": {
"conf": "^6.2.3",
"editor": "^1.0.0",
"lodash": "^4.17.15",
"node-notifier": "^7.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"rxjs": "^6.5.5",
"telegraf": "^3.37.0",
"yargs": "^15.3.1"
}
}