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

added http and telegram api services

This commit is contained in:
Fedor Katurov 2021-04-26 12:11:41 +07:00
parent 5453e884c6
commit 9433cc327a
18 changed files with 687 additions and 70 deletions

View file

@ -10,7 +10,10 @@
},
"dependencies": {
"@types/node": "^14.14.37",
"express": "^4.17.1",
"http": "^0.0.1-security",
"js-yaml": "^4.0.0",
"morgan": "^1.10.0",
"node-yaml-config": "^0.0.6",
"path": "^0.12.7",
"ramda": "^0.27.1",
@ -22,10 +25,12 @@
"yup": "^0.32.9"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/ramda": "^0.27.39",
"@types/winston": "^2.4.4",
"@types/yargs": "^16.0.1",
"@types/yup": "^0.29.11",
"copyfiles": "^2.4.1"
"copyfiles": "^2.4.1",
"prettier": "^2.2.1"
}
}