@slack/bolt

v3.22.0
A framework for building Slack apps, fast.
slack bot events-api slash-commands interactive-components api chatops integration slack-app and 1 more...

lint

eslint --fix --ext .ts src

test

npm run build && npm run lint && npm run mocha && npm run test:types

build

npm run build:clean && tsc

mocha

TS_NODE_PROJECT=tsconfig.json nyc mocha --config .mocharc.json "src/**/*.spec.ts"

watch

npx nodemon --watch 'src' --ext 'ts' --exec npm run build

prepare

npm run build

test:types

tsd

build:clean

shx rm -rf ./dist ./coverage ./.nyc_output

test:coverage

npm run mocha && nyc report --reporter=text
npm i @slack/[email protected]

Metadata

  • MIT
  • >=14.21.3
  • Slack Technologies, LLC
  • released 9/27/2024

Downloads