{
  "name": "pw-crawler",
  "version": "0.1.0",
  "description": "Playwright-based crawler framework",
  "private": true,
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "crawl": "node src/cli/crawl.js",
    "crawl:siteA": "node src/cli/crawl.js siteA",
    "crawl:smoke": "node src/cli/crawl.js smoke",
    "crawl:ahnlabMds:dashboard": "node src/cli/crawl.js ahnlabMds --no-storage",
    "crawl:ahnlabEpp:dashboard_v3": "node src/cli/crawl.js ahnlabEpp --no-storage",
    "crawl:ahnlabEpp:log_malware_infection": "node src/cli/crawl.js ahnlabEpp --target log_malware_infection --no-storage",
    "snapshot": "node src/cli/snapshot.js",
    "snapshot:ahnlabMds:login": "node src/cli/snapshot.js ahnlabMds login --hold",
    "snapshot:ahnlabMds:dashboard": "node src/cli/snapshot.js ahnlabMds dashboard --hold",
    "snapshot:ahnlabEpp:login": "node src/cli/snapshot.js ahnlabEpp login --save-storage --hold",
    "snapshot:ahnlabEpp:dashboard_v3": "node src/cli/snapshot.js ahnlabEpp dashboard_v3 --hold",
    "snapshot:ahnlabEpp:log_malware_infection": "node src/cli/snapshot.js ahnlabEpp log_malware_infection --hold"
  },
  "keywords": [
    "playwright",
    "crawler",
    "automation"
  ],
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "playwright": "^1.58.1"
  }
}
