{
  "name": "riau-harmoni-ai-newsroom",
  "version": "1.0.0",
  "private": true,
  "type": "commonjs",
  "scripts": {
    "dev": "node --watch src/server.js",
    "start": "node src/server.js",
    "worker": "node src/worker.js",
    "test": "node --test test/*.test.js",
    "check": "node --check src/server.js && node --check src/auth.js && node --check src/routes/auth.js && node --check src/routes/newsroom.js && node --check src/routes/portal.js && node --check src/worker.js"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cheerio": "^1.0.0",
    "dotenv": "^16.4.7",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "express-rate-limit": "^7.5.0",
    "express-session": "^1.18.1",
    "helmet": "^8.0.0",
    "mysql2": "^3.12.0",
    "node-cron": "^4.6.0",
    "rss-parser": "^3.13.0",
    "sanitize-html": "^2.14.0",
    "slugify": "^1.6.6"
  }
}
