{
  "name": "telebot-bot",
  "main": "bot.js",
  "scripts": {
    "build": "tsc -p ./node_modules/telebot",
    "bot": "node bot.js",
    "start": "yarn run build && yarn run bot"
  },
  "dependencies": {
    "@types/node": "^13.9.1",
    "jest": "^25.1.0",
    "translation-google": "wilsonwu/translation-google",
    "typescript": "^3.8.3"
  }
}
