bot / package.json
REDMOOD's picture
Update package.json
148ba3a verified
Raw
History Blame Contribute Delete
227 Bytes
{
"name": "telegram-bot-server",
"version": "1.0.0",
"description": "Telegram Bot Server",
"main": "index.html",
"scripts": {
"init": "pip install -r requirements.txt && python bot.py"
},
"dependencies": {}
}