1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

added argument parser

This commit is contained in:
Fedor Katurov 2021-04-07 17:56:52 +07:00
parent e3bf4fef86
commit 51fe9160ca
6 changed files with 45 additions and 2 deletions

View file

@ -16,11 +16,13 @@
"ramda": "^0.27.1",
"typescript": "^4.2.3",
"winston": "^3.3.3",
"yargs": "^17.0.0-candidate.10",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/ramda": "^0.27.39",
"@types/winston": "^2.4.4",
"@types/yargs": "^16.0.1",
"@types/yup": "^0.29.11",
"copyfiles": "^2.4.1"
}