{
  "name": "decorate-gh-pr",
  "version": "1.6.5",
  "description": "utility to add updatable comments to github pull requests",
  "main": "index.js",
  "bin": {
    "decorate-gh-pr": "cli.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Xiphe/decorate-gh-pr.git"
  },
  "keywords": [
    "github",
    "pull-request",
    "update",
    "notify",
    "decorate",
    "comment"
  ],
  "author": "Hannes Diercks <node@xiphe.net> (https://xiphe.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Xiphe/decorate-gh-pr/issues"
  },
  "homepage": "https://github.com/Xiphe/decorate-gh-pr#readme",
  "devDependencies": {
    "eslint": "8.56.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-prettier": "5.1.3",
    "prettier": "3.2.4",
    "semantic-release": "19.0.5",
    "semantish-prerelease": "4.1.0"
  },
  "dependencies": {
    "@octokit/rest": "19.0.13",
    "date-and-time": "3.1.1",
    "env-ci": "7.3.0",
    "lodash.template": "4.5.0",
    "minimist": "1.2.8"
  }
}
