29 lines
547 B
JSON
29 lines
547 B
JSON
{
|
|
"name": "telegram-history-bot",
|
|
"version": "1.0.0",
|
|
"description": "Telegram bot with message history and AI summarization",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"start": "node bot.js",
|
|
"dev": "nodemon bot.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.5.0",
|
|
"openrouter-kit": "^0.1.65",
|
|
"process": "^0.11.10",
|
|
"telegraf": "^4.12.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"keywords": [
|
|
"telegram",
|
|
"bot",
|
|
"history",
|
|
"ai",
|
|
"summarization"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|