{
  "name": "@theketobay/bot",
  "version": "1.0.0",
  "scripts": {
    "dev": "tsx watch src/bot.ts",
    "build": "tsc",
    "start": "node dist/bot.js"
  },
  "dependencies": {
    "node-telegram-bot-api": "^0.64.0",
    "node-cron": "^3.0.3",
    "dotenv": "^16.4.1"
  },
  "devDependencies": {
    "@types/node-telegram-bot-api": "^0.64.7",
    "@types/node-cron": "^3.0.11",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  }
}
