{
  "name": "bot-asisten-keuangan",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "local": "set BOT_MODE=local&& node index.js",
    "hosting": "set BOT_MODE=hosting&& node index.js",
    "dev": "set BOT_MODE=local&& node --watch index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "@google/genai": "^2.6.0",
    "axios": "^1.16.1",
    "cors": "^2.8.6",
    "dotenv": "^16.4.7",
    "express": "^5.2.1",
    "node-cron": "^4.2.1",
    "node-fetch": "^2.7.0",
    "pdfkit": "^0.18.0",
    "pdfkit-table": "^0.2.11",
    "telegraf": "^4.16.3",
    "xlsx": "^0.18.5"
  }
}
