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

added calendar service

This commit is contained in:
Fedor Katurov 2024-01-10 21:31:06 +07:00
parent 0b663fb96f
commit 6e34090f8f
31 changed files with 1359 additions and 200 deletions

View file

@ -12,7 +12,10 @@
"dependencies": {
"axios": "^0.21.1",
"cross-fetch": "^3.1.4",
"date-fns": "^3.2.0",
"express": "^4.17.1",
"google-auth-library": "^9.4.1",
"googleapis": "^130.0.0",
"handlebars": "^4.7.7",
"http": "^0.0.1-security",
"js-yaml": "^4.0.0",
@ -33,8 +36,8 @@
"telegraf": "^4.3.0",
"to-vfile": "^6.1.0",
"ts-node": "^10.9.2",
"typeorm": "^0.2.32",
"typescript": "^4.2.3",
"typeorm": "^0.3.19",
"typescript": "^4.8.2",
"unist-util-filter": "^3.0.0",
"url": "^0.11.0",
"vk-io": "^4.8.3",
@ -46,6 +49,7 @@
"@types/axios": "^0.14.0",
"@types/express": "^4.17.11",
"@types/handlebars": "^4.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^14.14.37",
"@types/winston": "^2.4.4",
"@types/yargs": "^16.0.1",