summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-03-14 09:20:32 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-03-14 17:20:01 +0200
commitbd9c98ca7e3a6e5bf83f700ab202943873a5441b (patch)
treeb5f03943274c65ad27b6329aee855abcb36e9506 /package.json
parentc890ea83d6e49702f0e3201b29c472f095193133 (diff)
Implement Slack commands
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index ce64302..c7b1023 100644
--- a/package.json
+++ b/package.json
@@ -11,11 +11,13 @@
"author": "",
"license": "ISC",
"dependencies": {
- "puppeteer": "^22.4.1"
- },
- "devDependencies": {
- "prettier": "^3.2.5",
+ "@slack/bolt": "^3.17.1",
+ "dotenv": "^16.4.5",
+ "puppeteer": "^22.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
+ },
+ "devDependencies": {
+ "prettier": "^3.2.5"
}
-} \ No newline at end of file
+}