chore: bru cli - added package deps

This commit is contained in:
Anoop M D 2023-02-06 02:34:27 +05:30
parent c524f40ab2
commit e26075060e

View File

@ -8,5 +8,10 @@
"files": [
"src",
"package.json"
]
],
"dependencies": {
"chalk": "^5.2.0",
"inquirer": "^9.1.4",
"yargs": "^17.6.2"
}
}