git-mikado/package.json

21 lines
479 B
JSON

{
"name": "git-mikado",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca)",
"license": "ISC",
"dependencies": {
"@types/node": "^14.14.16",
"@types/yargs": "^15.0.12",
"inquirer": "^7.3.3",
"simple-git": "^2.31.0",
"typescript": "^4.1.3",
"yargs": "^16.2.0"
}
}