git-mikado/package.json

21 lines
479 B
JSON
Raw Normal View History

2020-12-30 16:57:43 +00:00
{
"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": {
2020-12-30 17:55:10 +00:00
"@types/node": "^14.14.16",
2020-12-30 16:57:43 +00:00
"@types/yargs": "^15.0.12",
"inquirer": "^7.3.3",
"simple-git": "^2.31.0",
2020-12-30 17:55:10 +00:00
"typescript": "^4.1.3",
"yargs": "^16.2.0"
2020-12-30 16:57:43 +00:00
}
}