{
  "name": "telegrambotapi",
  "version": "1.0.0-beta-10",
  "description": "Create Telegram Bots with Node.js",
  "main": "bin/run",
  "scripts": {
    "ngrok": "./bin/ngrok http 127.0.0.1:7000",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": ">=8.9",
    "npm": ">=5.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arefm/telegrambotapi.git"
  },
  "keywords": [
    "bot",
    "api",
    "telegram",
    "node"
  ],
  "author": "Aref Mirhosseini <code@arefm.me> (http://arefm.me)",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/arefm/telegrambotapi/issues",
    "email": "code@arefm.me"
  },
  "homepage": "https://github.com/arefm/telegrambotapi#readme",
  "@std/esm": {
    "esm": "all",
    "cjs": true
  },
  "config": {
    "baseUrl": "https://api.telegram.org/bot"
  },
  "dependencies": {
    "@std/esm": "^0.13.0",
    "request": "^2.83.0",
    "request-promise": "^4.2.2"
  }
}
