-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 906 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
{
"name": "theater-noti",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeonHyungJo/Theater-Noti.git"
},
"keywords": [
"slack bot",
"theater",
"notification"
],
"author": "sNyung",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeonHyungJo/Theater-Noti/issues"
},
"homepage": "https://github.com/SeonHyungJo/Theater-Noti#readme",
"dependencies": {
"@slack/interactive-messages": "^1.3.0",
"@slack/rtm-api": "^5.0.3",
"@slack/web-api": "^5.2.0",
"axios": "^0.19.0",
"botbuilder-adapter-slack": "^1.0.4",
"botkit": "^4.5.0",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.1.0",
"node-schedule": "^1.3.2",
"nodemon": "^1.19.3",
"slack-node": "^0.1.8"
}
}