UNPKG

yaba-release-cli

Version:

Yaba is a simple CLI tool that helps you manage releases of your Github projects.

57 lines (56 loc) 1.24 kB
{ "name": "yaba-release-cli", "version": "1.7.7", "description": "Yaba is a simple CLI tool that helps you manage releases of your Github projects.", "main": "bin/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Volkan Tokmak", "githubProfile": "https://github.com/volkanto", "repository": { "type": "git", "url": "https://github.com/volkanto/yaba.git", "user": "volkanto", "name": "yaba" }, "bugs": { "url": "https://github.com/volkanto/yaba/issues" }, "license": "MIT", "bin": { "yaba": "./bin/index.js" }, "dependencies": { "axios": "^1.2.0", "boxen": "^7.0.0", "date-fns": "^2.29.3", "hyperlinker": "^1.0.0", "is-online": "^10.0.0", "kleur": "^4.1.5", "latest-version": "^7.0.0", "octokit": "^2.0.10", "ora": "^6.1.2", "play-sound": "^1.1.5", "prompts": "^2.4.2", "semver": "^7.3.8", "supports-hyperlinks": "^2.3.0", "yargs": "^17.6.2" }, "keywords": [ "github", "github-cli", "github-release", "github-tag", "cli", "release", "tag", "build", "changelog", "yaba", "shell", "publish", "git" ] }