mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "lynxbot",
|
|
"version": "1.0.0",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"start": "nodemon bot.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lucas Gabriel (lucmsilva)",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"nodemon": "^3.1.4",
|
|
"telegraf": "^4.16.3"
|
|
}
|
|
}
|