{
  "name": "@slack/rtm-api",
  "version": "7.0.3",
  "description": "Official library for using the Slack Platform's Real Time Messaging API",
  "author": "Slack Technologies, LLC",
  "license": "MIT",
  "keywords": ["slack", "rtm-api", "bot", "client", "http", "websocket", "api", "proxy", "state", "connection"],
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "files": ["dist/**/*"],
  "engines": {
    "node": ">=18",
    "npm": ">=8.6.0"
  },
  "repository": "slackapi/node-slack-sdk",
  "homepage": "https://tools.slack.dev/node-slack-sdk/rtm-api",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/slackapi/node-slack-sdk/issues"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "npm run build:clean && tsc",
    "build:clean": "shx rm -rf ./dist",
    "lint": "npx @biomejs/biome check .",
    "lint:fix": "npx @biomejs/biome check --write .",
    "test": "npm run lint && npm run build && npm run test:integration",
    "test:integration": "mocha --config .mocharc.json test/integration.spec.js"
  },
  "dependencies": {
    "@slack/logger": "^4",
    "@slack/web-api": "^7.9.1",
    "@types/node": ">=18",
    "eventemitter3": "^5",
    "finity": "^0.5.4",
    "p-cancelable": "^2",
    "p-queue": "^6",
    "ws": "^8"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.8.3",
    "@types/chai": "^4",
    "@types/mocha": "^10",
    "@types/sinon": "^17",
    "@types/ws": "^8",
    "chai": "^4",
    "mocha": "^10",
    "shx": "^0.3.2",
    "sinon": "^17",
    "source-map-support": "^0.5.21",
    "ts-node": "^10",
    "typescript": "5.3.3"
  }
}
