{
  "name": "hubot-help",
  "description": "A hubot script to show available hubot commands",
  "version": "2.1.5",
  "author": "Josh Nichols <josh@technicalpickles.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "engines": {
    "node": ">= 18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hubotio/hubot-help.git"
  },
  "bugs": {
    "url": "https://github.com/hubotio/hubot-help/issues"
  },
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "node --test",
    "coverage": "node --test --experimental-test-coverage"
  },
  "files": [
    "index.js",
    "src"
  ],
  "peerDependencies": {
    "hubot": ">= 9 || 0.0.0-development"
  },
  "devDependencies": {
    "standard": "^17.1.0"
  },
  "release": {
    "branches": [
      "main"
    ],
    "dryRun": false
  }
}
