-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (42 loc) · 976 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
42
{
"name": "obed-bot",
"version": "1.0.0",
"description": "Bot pre Slack, ktory zistuje ponuku v okolitych restauraciach a informuje o dennom menu.",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperia-sk/obed-bot.git"
},
"bugs": {
"url": "https://github.com/hyperia-sk/obed-bot/issues"
},
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"test": "mocha",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [
"slack",
"bot",
"bistro",
"sme",
"menue",
"restaurants",
"obed"
],
"license": "ISC",
"dependencies": {
"@slack/client": "^4.0.0",
"botkit": "0.6.11",
"chance": "^1.0.1",
"cheerio": "^0.20.0",
"dotenv": "^2.0.0",
"encoding": "^0.1.12",
"node-schedule": "^1.0.0",
"request": "^2.69.0",
"snyk": "^1.69.9"
},
"homepage": "https://github.com/hyperia-sk/obed-bot/README.md",
"snyk": true
}