{
  "name": "telegraf-menu",
  "version": "1.7.2",
  "author": "Dmytro Vakulenko",
  "license": "MIT",
  "description": "State-based Telegraf menus (Radio, Checkbox, Range) written with TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "start": "ts-node ./example/app.ts",
    "prepublish": "tsc",
    "prepack": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@edjopato/telegraf-i18n": "^0.2.2",
    "telegraf": "^4.3.0"
  },
  "devDependencies": {
    "@types/node": "^15.12.2",
    "dotenv": "^10.0.0",
    "telegraf-session-local": "^2.1.0",
    "ts-node": "^10.0.0",
    "tslint": "^6.1.3",
    "typescript": "^4.3.4"
  },
  "keywords": [
    "telegraf menu",
    "telegraf",
    "telegram",
    "menu",
    "radio",
    "checkbox",
    "range"
  ],
  "contributors": [
    {
      "name": "Dmytro Vakulenko",
      "email": "drsmile444@gmail.com",
      "url": "https://github.com/DrSmile444"
    }
  ],
  "repository": {
    "url": "https://github.com/DrSmile444/telegraf-menu.git",
    "type": "git"
  },
  "engines": {
    "node": ">=12"
  }
}
