summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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
+}