{
  "name": "telegraf",
  "version": "3.14.0",
  "description": "📡 Modern Telegram bot framework",
  "license": "MIT",
  "author": "Vitaly Domnikov <dotcypress@gmail.com>",
  "homepage": "https://github.com/telegraf/telegraf#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/telegraf/telegraf.git"
  },
  "bugs": {
    "url": "https://github.com/telegraf/telegraf/issues"
  },
  "files": [
    "docs",
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "ava test",
    "precommit": "npm run lint && npm test"
  },
  "engines": {
    "node": ">=6.2.0"
  },
  "dependencies": {
    "debug": "^3.0.0",
    "node-fetch": "^1.6.3",
    "sandwich-stream": "^1.0.0"
  },
  "devDependencies": {
    "ava": "^0.22.0",
    "eslint": "^4.1.1",
    "eslint-config-standard": "^10.2.0",
    "eslint-plugin-ava": "^4.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-node": "^5.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "husky": "^0.14.1"
  },
  "docpress": {
    "css": "docs/docs.css",
    "github": "telegraf/telegraf"
  },
  "keywords": [
    "telegraf",
    "telegram",
    "telegram bot api",
    "bot",
    "botapi",
    "bot framework"
  ]
}
