linking works now (hooray)

This commit is contained in:
Rana 2024-06-30 11:28:18 +01:00
parent d1e0ca8d46
commit 610522b16d
3 changed files with 135 additions and 32 deletions

View file

@ -7,5 +7,12 @@
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@slack/bolt": "^3.19.0",
"@types/bcrypt": "^5.0.2",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"postgres": "^3.4.4"
}
}