{
  "name": "nuca-platform-scraper",
  "version": "1.0.0",
  "description": "سحب ومزامنة بيانات القطع من baytwaten4all ومقارنة خرائط nuca.gov.eg",
  "type": "module",
  "scripts": {
    "sync:baytwaten": "node scrape_baytwaten.js",
    "sync:nuca": "node scrape_nuca.js",
    "sync:all": "node scrape_baytwaten.js && node scrape_nuca.js"
  },
  "dependencies": {
    "playwright": "^1.47.0",
    "mysql2": "^3.11.0",
    "axios": "^1.7.4",
    "cheerio": "^1.0.0",
    "dotenv": "^16.4.5",
    "crypto": "^1.0.1"
  }
}
