klothoplatform / slack-notifier

Slack notification bot
MIT License
3 stars 0 forks source link

removing unneeded dependencies #36

Closed ghost closed 1 year ago

ghost commented 1 year ago

also upgrading typescript

ghost commented 1 year ago

Is there supposed to be a @slack/web-api dependency in here that i'm missing?

That's what @slack/bolt is. I tested this locally with:

git clean -fdx # delete everything so that it's as if the dir was freshly checked out
npm install && npx tsc && npm test