{
  "name": "gh-release",
  "description": "Create a GitHub Release for a Node package",
  "version": "7.0.2",
  "author": "Nate Goldman <ungoldman@gmail.com> (https://ungoldman.com)",
  "bin": {
    "gh-release": "./bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/ungoldman/gh-release/issues"
  },
  "contributors": [
    "Nate Goldman <ungoldman@gmail.com>",
    "Bret Comnes <bcomnes@gmail.com>",
    "Paul C Pederson <paul.c.pederson@gmail.com>",
    "John Gravois <me@johngravois.com>",
    "Hawken MacKay Rives <hawkrives@gmail.com>",
    "Henry Huang <h1886@outlook.com>",
    "Zeke Sikelianos <zeke@sikelianos.com>",
    "Belikin Roman <roman.sstu@gmail.com>",
    "Ted Janeczko <tjaneczko@brightcove.com>"
  ],
  "dependencies": {
    "@octokit/rest": "^19.0.5",
    "changelog-parser": "^3.0.0",
    "deep-extend": "^0.6.0",
    "gauge": "^v5.0.0",
    "gh-release-assets": "^2.0.0",
    "ghauth": "^5.0.0",
    "github-url-to-object": "^4.0.4",
    "inquirer": "^8.0.0",
    "shelljs": "^0.8.4",
    "update-notifier": "^5.0.0",
    "yargs": "^17.0.0"
  },
  "devDependencies": {
    "git-pull-or-clone": "^2.0.1",
    "npm-run-all": "^4.1.5",
    "snazzy": "^9.0.0",
    "standard": "^17.0.0",
    "tap-arc": "^0.3.4",
    "tape": "^5.0.1",
    "tmp": "v0.2.1"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "bin/",
    "lib/",
    "index.js"
  ],
  "homepage": "https://github.com/ungoldman/gh-release",
  "keywords": [
    "changelog",
    "github",
    "release",
    "semver",
    "tag"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ungoldman/gh-release.git"
  },
  "scripts": {
    "pretest": "standard | snazzy",
    "release": "git fetch --all --prune && git push && git push --tags && ./bin/cli.js && npm publish",
    "test": "tape test/*.js | tap-arc"
  }
}
