@slack/socket-mode

v2.0.2
Official library for using the Slack Platform's Socket Mode API
slack socket websocket firewall bot client http websocket api and 4 more...

prepare

npm run build

build

npm run build:clean && tsc

build:clean

shx rm -rf ./dist ./coverage

lint

npx @biomejs/biome check --write .

test:unit

mocha --config .mocharc.json src/**/*.spec.ts

test:coverage

c8 npm run test:unit

test:integration

mocha --config .mocharc.json test/integration.spec.js

test

npm run lint && npm run build && npm run test:coverage && npm run test:integration

watch

npx nodemon --watch 'src' --ext 'ts' --exec npm test
npm i @slack/socket-mode

Metadata

  • MIT
  • >= 18
  • Slack Technologies, LLC
  • released 10/2/2024

Downloads