mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-22 10:43:57 +00:00
feat(telegram-bot): initialize
This commit is contained in:
15
bots/telegram/package.json
Normal file
15
bots/telegram/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user