{
  "name": "fuckhub",
  "version": "1.0.0",
  "description": "FuckHub - self-hosted video embed aggregator with admin import workflow",
  "type": "commonjs",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node --watch server.js",
    "init-db": "node db.js --init",
    "import": "node scripts/cron-import.js",
    "health": "node scripts/health-check.js",
    "service-install": "node scripts/service-install.js",
    "service-uninstall": "node scripts/service-uninstall.js"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "better-sqlite3": "^11.3.0",
    "cheerio": "^1.0.0",
    "dotenv": "^16.4.5",
    "express": "^4.21.0",
    "express-basic-auth": "^1.2.1",
    "express-rate-limit": "^7.4.0",
    "helmet": "^7.1.0",
    "node-windows": "^1.0.0-beta.8",
    "qrcode": "^1.5.4"
  },
  "engines": {
    "node": ">=18"
  }
}
