mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-18 16:53:57 +00:00
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|