marvin/package.json

17 lines
342 B
JSON

{
"name": "marvin",
"version": "1.0.0",
"description": "Telegram AI bot powered by OpenRouter",
"type": "module",
"main": "src/bot.js",
"scripts": {
"start": "node --no-warnings src/bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^17.4.2",
"telegraf": "^4.16.3"
}
}