git-mikado/package.json

29 lines
722 B
JSON
Raw Permalink Normal View History

2020-12-30 16:57:43 +00:00
{
"name": "git-mikado",
2021-11-25 16:33:09 +00:00
"version": "0.1.0",
"description": "Tool using the Mikado method for git branch management",
"main": "src/index.js",
"bin": {
"git-mikado": "./bin/git-mikado.js"
},
2020-12-30 16:57:43 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca)",
"license": "ISC",
"dependencies": {
2021-10-24 17:40:34 +00:00
"@gitgraph/node": "^0.1.18",
2021-10-28 15:03:36 +00:00
"chalk": "^4.1.2",
"columnify": "^1.5.4",
2020-12-30 16:57:43 +00:00
"inquirer": "^7.3.3",
2021-10-24 17:40:34 +00:00
"lodash": "^4.17.21",
"node-emoji": "^1.11.0",
2021-10-24 17:40:34 +00:00
"simple-git": "^2.47.0",
2021-10-28 15:03:36 +00:00
"stringify-tree": "^1.1.1",
"updeep": "^1.2.1",
2021-10-24 17:40:34 +00:00
"yargs": "^16.2.0",
"yurnalist": "^2.1.0"
2020-12-30 16:57:43 +00:00
}
}