{
  "name": "@xbrowser/cli",
  "version": "1.11.0",
  "description": "Browser automation CLI for web scraping, headless browsing, SEO analysis, and AI agent workflows. A command-line alternative to Playwright, Puppeteer, and Selenium.",
  "type": "module",
  "bin": {
    "xbrowser": "dist/cli.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "browser",
    "automation",
    "cli",
    "playwright",
    "cdp",
    "scraper",
    "puppeteer",
    "web-testing",
    "browser-automation",
    "record-replay",
    "browser automation",
    "web scraping",
    "web-scraping",
    "playwright alternative",
    "playwright-alternative",
    "puppeteer alternative",
    "puppeteer-alternative",
    "selenium alternative",
    "selenium-alternative",
    "web crawler",
    "web-crawler",
    "headless browser",
    "headless-browser",
    "headless-chrome",
    "scrape",
    "crawl",
    "crawler",
    "scraping",
    "cli tool",
    "command line",
    "command-line",
    "browser cli",
    "browser-cli",
    "anti-detection",
    "record replay",
    "seo tool",
    "seo",
    "search-engine",
    "ai agent",
    "ai-agent",
    "browser plugin",
    "browser-testing",
    "chrome-devtools-protocol"
  ],
  "author": "dyyz1993",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dyyz1993/xbrowser.git"
  },
  "bugs": {
    "url": "https://github.com/dyyz1993/xbrowser/issues"
  },
  "homepage": "https://github.com/dyyz1993/xbrowser#readme",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint src/ bin/ --ext .ts",
    "lint:plugin-contract": "node lint-scripts/check-plugin-contract.mjs && node lint-scripts/check-plugin-status.mjs",
    "lint:plugin-status": "node lint-scripts/check-plugin-status.mjs --update",
    "lint:docs": "node lint-scripts/check-docs-consistency.mjs",
    "typecheck": "tsc --noEmit",
    "start": "node dist/cli.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "validate": "npm run typecheck && npm run lint && npm run lint:docs && npm run lint:plugin-contract && npm run build && npm test",
    "prepare": "husky"
  },
  "dependencies": {
    "@dyyz1993/xcli-core": "^0.19.0",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@types/turndown": "^5.0.6",
    "cheerio": "^1.2.0",
    "imapflow": "^1.3.3",
    "lucide-react": "^1.14.0",
    "react-markdown": "^10.1.0",
    "react-syntax-highlighter": "^16.1.1",
    "remark-gfm": "^4.0.1",
    "sharp": "^0.34.5",
    "turndown": "^7.2.4",
    "turndown-plugin-gfm": "^1.0.2",
    "ws": "^8.21.0",
    "yaml": "^2.8.4",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.2.4",
    "@types/node": "^20.0.0",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.59.2",
    "@typescript-eslint/parser": "^8.59.2",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^10.3.0",
    "eslint-config-prettier": "^10.1.8",
    "husky": "^9.1.7",
    "lint-staged": "^17.0.3",
    "tailwindcss": "^4.2.4",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "vitest": "^3.0.0"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --max-warnings 0"
    ]
  },
  "optionalDependencies": {
    "undici": "^7.28.0"
  }
}
