package: add "chalk" to print colored output to terminals

This commit is contained in:
2025-01-04 19:42:43 +08:00
parent cdb8e32e32
commit 2172cc0444
2 changed files with 37 additions and 18 deletions

View File

@@ -13,6 +13,7 @@
"gulp": "gulp"
},
"dependencies": {
"yargs": "^17.7.2"
"yargs": "^17.7.2",
"chalk": "^5"
}
}