{
  "name": "@hubot-friends/hubot-slack",
  "version": "3.8.0",
  "description": "A new Slack adapter for Hubot",
  "homepage": "https://github.com/hubot-friends/hubot-slack#readme",
  "main": "./index.mjs",
  "scripts": {
    "test": "node --test",
    "test:watch": "node --test --watch",
    "test:integration": "node --test --env-file=.env",
    "start:local": "node --watch --env-file=.env node_modules/hubot/bin/hubot --adapter ../../../index.mjs --name jbot"
  },
  "keywords": [
    "hubot",
    "adapter",
    "slack"
  ],
  "author": "Joey Guerra",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hubot-friends/hubot-slack.git"
  },
  "bugs": {
    "url": "https://github.com/hubot-friends/hubot-slack/issues"
  },
  "dependencies": {
    "@slack/socket-mode": "^2.0.4",
    "@slack/web-api": "^6.11.2"
  },
  "engines": {
    "node": ">= 18"
  },
  "peerDependencies": {
    "hubot": "^13.0.0 || ^14.0.0"
  },
  "devDependencies": {
    "pino-pretty": "^10.0.1"
  },
  "release": {
    "branches": [
      "main",
      "next"
    ],
    "dryRun": false
  },
  "publishConfig": {
    "access": "public"
  }
}
