18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"name": "marvin",
|
|
"version": "1.0.0",
|
|
"description": "Telegram AI bot powered by Gemini",
|
|
"type": "module",
|
|
"main": "src/bot.js",
|
|
"scripts": {
|
|
"start": "node --no-warnings src/bot.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@google/genai": "^2.6.0",
|
|
"dotenv": "^17.4.2",
|
|
"telegraf": "^4.16.3"
|
|
}
|
|
}
|