git-mikado/package.json

29 lines
722 B
JSON

{
"name": "git-mikado",
"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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca)",
"license": "ISC",
"dependencies": {
"@gitgraph/node": "^0.1.18",
"chalk": "^4.1.2",
"columnify": "^1.5.4",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"node-emoji": "^1.11.0",
"simple-git": "^2.47.0",
"stringify-tree": "^1.1.1",
"updeep": "^1.2.1",
"yargs": "^16.2.0",
"yurnalist": "^2.1.0"
}
}