UNPKG

githubrelease

Version:
42 lines (41 loc) 1.12 kB
{ "name": "githubrelease", "version": "0.4.0", "description": "CLI tool for GitHub release management", "license": "MIT", "main": "index.js", "author": "Larry Gordon <lgordon@psyrendust.com>", "scripts": { "test": "echo \"Warning: no test specified, so go write some!\"" }, "bin": { "githubrelease": "githubrelease", "_githubreleasehelper": "helper.js" }, "repository": "psyrendust/githubrelease", "keywords": [ "github", "release", "changelog", "cli", "conventional-changelog", "conventional-commits-detector", "conventional-github-releaser", "conventional-recommended-bump" ], "bugs": { "url": "https://github.com/psyrendust/githubrelease/issues" }, "homepage": "https://github.com/psyrendust/githubrelease", "dependencies": { "chalk-cli": "2.0.0", "conventional-changelog-cli": "1.1.1", "conventional-commits-detector": "0.1.1", "conventional-github-releaser": "1.1.0", "conventional-recommended-bump": "0.1.0", "json": "9.0.3", "minimist": "1.2.0", "semver": "5.1.0", "trash-cli": "1.2.0" } }