{
  "name": "telegram-chatbot",
  "version": "0.1",
  "description": "",
  "main": "src/main.mts",
  "scripts": {
    "start": "tsx src/main.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module",
  "keywords": [],
  "author": "prodev880110",
  "license": "MIT",
  "dependencies": {
    "dotenv": "^16.0.3",
    "node-telegram-bot-api": "^0.61.0",
    "openai": "^3.1.0",
    "tsx": "^3.12.2"
  },
  "devDependencies": {
    "@types/node-telegram-bot-api": "^0.57.6",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "eslint": "^8.31.0",
    "typescript": "^4.9.4"
  }
}