{
  "name": "google-ads-transparency-scraper",
  "version": "1.0.0",
  "description": "Local tool to scrape and extract all advertisers running projects on Google Ads Transparency Center",
  "main": "server.js",
  "scripts": {
    "start": "node runner.js",
    "start:direct": "node server.js",
    "package:cpanel": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/package-cpanel.ps1",
    "test": "node --test test/*.test.js"
  },
  "dependencies": {
    "cors": "^2.8.6",
    "express": "^4.19.2",
    "tesseract.js": "^7.0.0",
    "undici": "^7.28.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "",
  "license": "ISC"
}
