tlgbot
Version:
TLGbot is a javascript framework to create telegram robot application
30 lines (29 loc) • 611 B
JSON
{
"name": "tlgbot",
"version": "1.0.2",
"description": "TLGbot is a javascript framework to create telegram robot application",
"main": "index.js",
"keywords": [
"telegram",
"robot",
"bot",
"telegrambot",
"js",
"tlgbot"
],
"scripts": {
"start": "node index.js",
"install": "node install.js"
},
"author": "seezaara",
"license": "MIT",
"homepage": "https://github.com/seezaara/tlgbot",
"repository": {
"type": "git",
"url": "https://github.com/seezaara/tlgbot.git"
},
"dependencies": {
"form-data": "^4.0.0",
"ipaddr.js": "^2.2.0"
}
}