jiranch
Version:
Easily create Git branches from your sprint issues
33 lines • 772 B
JSON
{
"name": "jiranch",
"version": "0.0.24",
"description": "Easily create Git branches from your sprint issues",
"bin": {
"jiranch": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaharkazaz/jiranch.git"
},
"keywords": [
"Jira",
"Branch",
"Tool"
],
"author": "Shahar Kazaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaharkazaz/jiranch/issues"
},
"homepage": "https://github.com/shaharkazaz/jiranch#readme",
"dependencies": {
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.3",
"configstore": "5.0.1",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.5",
"inquirer-autocomplete-prompt": "^2.0.0",
"node-fetch": "^2.6.9",
"ora": "5.4.1"
}
}