feat(telegram-bot): initialize

This commit is contained in:
GramingFoxTeam
2022-11-16 16:18:19 +03:00
parent 1c27ccb17c
commit d98902a285
8 changed files with 2152 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "telegram-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Reis Can",
"license": "GPL-3.0-or-later",
"dependencies": {
"node-telegram-bot-api": "^0.60.0"
}
}