{
  "name": "puppeteer-mcp-claude",
  "version": "0.2.2",
  "packageManager": "pnpm@10.11.0",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "puppeteer-mcp-claude": "./bin/cli.mjs"
  },
  "files": [
    "dist/",
    "bin/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "tsx --test tests/unit/*.test.ts tests/unit/handlers/*.test.ts",
    "test:watch": "tsx --test --watch tests/unit/*.test.ts tests/unit/handlers/*.test.ts",
    "test:e2e": "node tests/e2e/run-all.mjs",
    "prepublishOnly": "npm run build",
    "prepack": "npm run build"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "claude",
    "claude-code",
    "claude-desktop",
    "anthropic",
    "puppeteer",
    "browser-automation",
    "web-automation",
    "chromium",
    "headless-chrome",
    "web-scraping",
    "screenshot",
    "llm-tools"
  ],
  "author": "jaenster",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaenster/puppeteer-mcp-claude.git"
  },
  "bugs": {
    "url": "https://github.com/jaenster/puppeteer-mcp-claude/issues"
  },
  "homepage": "https://github.com/jaenster/puppeteer-mcp-claude#readme",
  "license": "MIT",
  "description": "Browser automation MCP server for Claude, powered by Puppeteer.",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.1",
    "@toon-format/toon": "^2.2.0",
    "puppeteer": "^24.12.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.10",
    "tsx": "^4.19.0",
    "typescript": "^5.8.3"
  }
}
