UNPKG

git-branch-kit

Version:
29 lines (28 loc) 587 B
{ "name": "git-branch-kit", "description": "A tools to simplify git branch operations", "version": "1.1.1", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": "./index.js", "keywords": [ "git", "branches", "cli", "git-branches" ], "author": "KaitoMuraok", "license": "MIT", "repository": "KaitoMuraoka/git-branch-kit", "publishConfig": { "access": "public" }, "dependencies": { "commander": "^12.1.0", "inquirer": "^12.3.0", "simple-git": "^3.27.0" } }