UNPKG

npm-github-release

Version:

Automates the full release process for npm packages

34 lines (33 loc) 836 B
{ "name": "npm-github-release", "version": "0.13.0", "description": "Automates the full release process for npm packages", "author": "Brady Holt", "license": "MIT", "main": "index.js", "bin": { "npm-github-release": "./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/bradyholt/npm-github-release.git" }, "keywords": [ "release", "publish", "github", "release", "prepublish", "pre", "release" ], "bugs": { "url": "https://github.com/bradyholt/npm-github-release/issues" }, "homepage": "https://github.com/bradyholt/npm-github-release#readme", "dependencies": { "bluebird": "^3.7.2", "inquirer": "^7.1.0", "octonode": "^0.9.5" } }