{
  "name": "newser-backend",
  "version": "1.0.0",
  "type": "module",
  "main": "src/app.js",
  "scripts": {
    "dev": "node --watch src/app.js",
    "start": "node src/app.js"
  },
  "keywords": [
    "news",
    "rss",
    "ai"
  ],
  "author": "",
  "license": "ISC",
  "description": "Newser backend - AI-powered news aggregation API",
  "dependencies": {
    "@fastify/cors": "^11.2.0",
    "@google/generative-ai": "^0.24.1",
    "@mistralai/mistralai": "^2.2.5",
    "@supabase/supabase-js": "^2.106.1",
    "cheerio": "^1.2.0",
    "dotenv": "^17.4.2",
    "fastify": "^5.8.5",
    "fastify-plugin": "^5.1.0",
    "node-cron": "^4.2.1",
    "pino-pretty": "^13.1.3",
    "rss-parser": "^3.13.0",
    "undici": "^7.25.0"
  }
}
