-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 KB
/
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": "inspobot",
"version": "1.1.0",
"description": "a daily insipiration and motivation slackbot",
"main": "server.js",
"scripts": {
"start-redis": "/app/.local/bin/redis-server /app/.redis",
"slack-verify": "./node_modules/.bin/slack-verify --secret $SLACK_SIGNING_SECRET [--path=/slack/events] [--port=3000]",
"start": "npm run start-redis && node server.js"
},
"dependencies": {
"@slack/events-api": "^3.0.0",
"@slack/interactive-messages": "^2.0.1",
"@slack/web-api": "^6.1.0",
"body-parser": "^1.20.3",
"bull": "^3.22.0",
"bull-arena": "^3.20.1",
"connect-ensure-login": "^0.1.1",
"connect-redis": "^5.0.0",
"cookie-parser": "^1.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-basic-auth": "^1.2.0",
"express-session": "^1.18.1",
"node-fetch": "^3.2.10",
"passport": "^0.6.0",
"passport-slack": "^0.0.7",
"randomstring": "^1.1.5",
"redis": "^3.1.1",
"sequelize": "^6.29.0",
"sqlite3": "^5.1.5"
},
"engines": {
"node": "12.x"
},
"license": "MIT"
}