{
  "name": "hubot-diagnostics",
  "description": "hubot scripts for diagnosing hubot",
  "version": "2.1.3",
  "author": "Josh Nichols <technicalpickles@github.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hubotio/hubot-diagnostics.git"
  },
  "bugs": {
    "url": "https://github.com/hubotio/hubot-diagnostics/issues"
  },
  "engines": {
    "node": ">= 18"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "src"
  ],
  "scripts": {
    "pretest": "standard",
    "test": "node --test"
  },
  "peerDependencies": {
    "hubot": ">= 9 || 0.0.0-development"
  },
  "devDependencies": {
    "standard": "^17.1.0"
  },
  "release": {
    "branches": [
      "main"
    ],
    "dryRun": false
  }
}
