{
  "name": "fb-repost-bot",
  "version": "1.0.0",
  "description": "Facebook page post mirroring bot",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "dotenv": "^16.3.1",
    "form-data": "^4.0.0",
    "node-cron": "^3.0.3",
    "rss-parser": "^3.13.0",
    "winston": "^3.11.0"
  }
}
