{
  "name": "github-post-release",
  "description": "Forms release changelog and posts a note to each referenced issues after semantic release publishes a new module version",
  "version": "1.13.1",
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "bugs": "https://github.com/bahmutov/github-post-release/issues",
  "config": {
    "pre-git": {
      "commit-msg": "simple",
      "pre-commit": [
        "npm prune",
        "npm run deps",
        "npm test",
        "git add src/*.js",
        "npm run ban"
      ],
      "pre-push": [
        "npm run secure",
        "npm run license",
        "npm run ban -- --all",
        "npm run size"
      ],
      "post-commit": [],
      "post-merge": []
    }
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "src/*.js",
    "!src/*-spec.js"
  ],
  "homepage": "https://github.com/bahmutov/github-post-release#readme",
  "keywords": [
    "changelog",
    "github",
    "plugin",
    "semantic",
    "semantic-release"
  ],
  "license": "MIT",
  "main": "src/",
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/github-post-release.git"
  },
  "release": {
    "generateNotes": {
      "path": ".",
      "type": "npm"
    },
    "analyzeCommits": "simple-commit-message"
  },
  "scripts": {
    "ban": "ban",
    "deps": "deps-ok && dependency-check --no-dev . --entry src/postinstall.js",
    "issues": "git-issues",
    "license": "license-checker --production --onlyunknown --csv",
    "pretty": "prettier-standard 'src/*.js'",
    "prelint": "npm run pretty",
    "lint": "standard --verbose --fix src/*.js",
    "pretest": "npm run lint",
    "secure": "nsp check",
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
    "test": "npm run unit",
    "unit": "mocha src/*-spec.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "demo": "DEBUG=github-post-release node .",
    "postinstall": "node src/postinstall.js"
  },
  "devDependencies": {
    "ban-sensitive-files": "1.9.0",
    "dependency-check": "2.9.1",
    "deps-ok": "1.2.0",
    "git-issues": "1.3.1",
    "license-checker": "13.0.3",
    "mocha": "3.5.0",
    "mockdate": "2.0.1",
    "next-update-travis": "1.7.1",
    "nsp": "2.7.0",
    "pre-git": "3.15.3",
    "prettier-standard": "6.0.0",
    "semantic-release": "^6.3.6",
    "snap-shot": "2.17.0",
    "standard": "10.0.3"
  },
  "dependencies": {
    "am-i-a-dependency": "1.1.2",
    "bluebird": "3.5.0",
    "check-more-types": "2.24.0",
    "commit-closes": "1.0.1",
    "common-tags": "1.4.0",
    "debug": "3.0.0",
    "github": "9.2.0",
    "github-url-from-git": "1.5.0",
    "lazy-ass": "1.6.0",
    "new-public-commits": "1.3.1",
    "parse-github-repo-url": "1.4.0",
    "pluralize": "6.0.0",
    "ramda": "0.24.1",
    "simple-changelog": "1.1.3",
    "simple-commit-message": "3.3.1"
  }
}