telegram-node-singlebot
Version:
Module for creating Telegram Single Bot
40 lines (39 loc) • 952 B
JSON
{
"name": "telegram-node-singlebot",
"version": "1.0.6",
"description": "Module for creating Telegram Single Bot",
"main": "lib/Telegram.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node api-scheme/GenerateTGModels.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mounlion/telegram-node-singlebot.git"
},
"keywords": [
"telegram",
"bot",
"API",
"Session",
"Single"
],
"author": "Fonov Sergei <ask@mounlion.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mounlion/telegram-node-singlebot/issues"
},
"homepage": "https://github.com/mounlion/telegram-node-singlebot",
"dependencies": {
"string-template-likelua": "^1.0.1",
"tiny_request": "latest"
},
"devDependencies": {
"cheerio": "^0.20.0",
"jsdoc": "latest",
"ink-docstrap": "latest"
},
"engines": {
"node": ">=6.0.0"
}
}