package.json

main
Yanick Champoux 2020-12-30 11:57:43 -05:00
parent 5c0ed0fd02
commit 6667670488
2 changed files with 21 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules/
pnpm-debug.log
pnpm-lock.yaml

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"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/yargs": "^15.0.12",
"inquirer": "^7.3.3",
"simple-git": "^2.31.0",
"typescript": "^4.1.3"
}
}