{
    "name": "telegram-bot-api-c",
    "version": "19.5.0",
    "description": "Lightweight, Simple, Fastest module for Telegram Bot without Dependencies",

    "homepage": "https://666.io",
    "keywords": [
        "telegram",
        "bot",
        "api",
        "cli",
        "telegram-bot-api-c",
        "bottality"
    ],

    "author": {
        "name": "Daeren",
        "email": "x@db.gg"
    },

    "bin": {
        "tg-bot": "./bin/index.js"
    },
    "main": "./index",
    "scripts": {
        "test": "mocha --reporter spec"
    },

    "repository": {
        "type": "git",
        "url": "git://github.com/Daeren/telegram-bot-api-c.git"
    },

    "license": "MIT",
    "engines": {
        "node": "> 0.12.0"
    },

    "readmeFilename": "readme.md",

    "bugs": {
        "url": "https://github.com/Daeren/telegram-bot-api-c/issues"
    }
}