UNPKG

yaba-release-cli

Version:

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

61 lines (60 loc) 1.32 kB
{ "name": "yaba-release-cli", "version": "2.3.2", "description": "Yaba is a simple CLI tool that helps you manage releases of your Github projects.", "main": "bin/index.js", "type": "module", "engines": { "node": ">=22" }, "scripts": { "test": "node --test", "test:unit": "node --test test/*.test.js", "test:integration": "node --test test/integration/*.test.js" }, "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": "^8.0.0", "date-fns": "^4.0.0", "hyperlinker": "^1.0.0", "is-online": "^12.0.1", "kleur": "^4.1.5", "latest-version": "^9.0.0", "octokit": "^5.0.3", "ora": "^9.0.0", "prompts": "^2.4.2", "semver": "^7.3.8", "supports-hyperlinks": "^4.1.0", "yargs": "^18.0.0" }, "keywords": [ "github", "github-cli", "github-release", "github-tag", "cli", "release", "tag", "build", "changelog", "yaba", "shell", "publish", "git" ] }