html-telegram-bot-api
Version:
Now you can write Telegram bots in HTML.
64 lines (63 loc) • 1.47 kB
JSON
{
"name": "html-telegram-bot-api",
"description": "Now you can write Telegram bots in HTML.",
"version": "0.2.8",
"main": "src/index.js",
"scripts": {
"start": "node src",
"lint": "eslint .",
"test": "npm run lint",
"prepublishOnly": "npm test"
},
"author": "Bannerets <save14@protonmail.com>",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"commander": "^2.11.0",
"telegraf": "^3.15.3"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
},
"preferGlobal": true,
"files": [
"src",
"bin",
"examples",
"LICENSE",
"README.md",
".eslintrc.json"
],
"bin": {
"html-telegram-bot": "bin/html-telegram-bot",
"html-telegram-bot-api": "bin/html-telegram-bot-api"
},
"directories": {
"example": "examples"
},
"keywords": [
"telegram",
"telegram-bot",
"telegram-bot-api",
"telegram bot",
"telegram bot api",
"bot",
"bot-api",
"bot api",
"tg",
"html"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Bannerets/html-telegram-bot-api.git"
},
"bugs": {
"url": "https://github.com/Bannerets/html-telegram-bot-api/issues"
},
"homepage": "https://github.com/Bannerets/html-telegram-bot-api#readme"
}