UNPKG

githubrelease

Version:
45 lines (44 loc) 1.16 kB
{ "name": "githubrelease", "version": "1.0.3", "description": "CLI tool for GitHub release management", "license": "MIT", "main": "index.js", "author": "Larry Gordon <lgordon@psyrendust.com>", "engines": { "node": ">=6.9.0" }, "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": "4.1.0", "conventional-changelog-cli": "2.0.11", "conventional-commits-detector": "1.0.2", "conventional-github-releaser": "3.1.2", "conventional-recommended-bump": "4.0.4", "json": "9.0.6", "minimist": "1.2.0", "semver": "5.6.0", "trash-cli": "1.4.0" } }