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

#1 added handlebars template engine

This commit is contained in:
Fedor Katurov 2021-04-29 10:30:01 +07:00
parent 95ed64c640
commit eb6a645ad3
10 changed files with 112 additions and 17 deletions

View file

@ -11,6 +11,7 @@
"dependencies": {
"@types/node": "^14.14.37",
"express": "^4.17.1",
"handlebars": "^4.7.7",
"http": "^0.0.1-security",
"js-yaml": "^4.0.0",
"morgan": "^1.10.0",
@ -33,6 +34,7 @@
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/handlebars": "^4.1.0",
"@types/ramda": "^0.27.39",
"@types/winston": "^2.4.4",
"@types/yargs": "^16.0.1",