UNPKG

847 BJSONView Raw
1{
2 "name": "telegram-node-bot",
3 "version": "4.0.5",
4 "description": "Module for creating Telegram bots.",
5 "main": "lib/Telegram.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "prepublish": "node api-scheme/GenerateTGModels.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/Naltox/telegram-node-bot.git"
13 },
14 "keywords": [
15 "telegram",
16 "bot",
17 "API"
18 ],
19 "author": "Narek Abovyan <xeroxaltox@gmail.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/Naltox/telegram-bot/issues"
23 },
24 "homepage": "https://github.com/Naltox/telegram-node-bot",
25 "dependencies": {
26 "tiny_request": "latest"
27 },
28 "devDependencies": {
29 "cheerio": "^0.20.0",
30 "jsdoc": "latest",
31 "ink-docstrap": "latest"
32 },
33 "engines": {
34 "node": ">=6.0.0"
35 }
36}