{
  "name": "hscrape",
  "version": "0.2.8",
  "description": "Evo Headless Scraper CLI. Installs the `hscrape` binary for your platform plus the evo-scraper skill for Claude Code.",
  "bin": {
    "hscrape": "hscrape.js"
  },
  "files": [
    "hscrape.js",
    "lib/",
    "skill/"
  ],
  "scripts": {
    "postinstall": "node lib/install-skill.js"
  },
  "optionalDependencies": {
    "hscrape-win32-x64": "0.2.8",
    "hscrape-win32-arm64": "0.2.8",
    "hscrape-darwin-x64": "0.2.8",
    "hscrape-darwin-arm64": "0.2.8",
    "hscrape-linux-x64": "0.2.8",
    "hscrape-linux-arm64": "0.2.8"
  },
  "engines": {
    "node": ">=16.7.0"
  },
  "keywords": [
    "evo",
    "scraper",
    "cli",
    "claude"
  ],
  "license": "UNLICENSED"
}
