{
  "name": "playwright-slim-mcp",
  "version": "1.0.6",
  "description": "MCP proxy for Playwright that summarizes accessibility snapshots using Claude",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "playwright-slim-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "start": "yarn build && node dist/index.js",
    "dev": "tsc --watch",
    "test": "dotenv -- vitest run",
    "test:watch": "dotenv -- vitest"
  },
  "keywords": [
    "mcp",
    "playwright",
    "anthropic",
    "claude",
    "accessibility",
    "browser-automation"
  ],
  "author": "jsdf",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdf/playwright-slim-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/jsdf/playwright-slim-mcp/issues"
  },
  "homepage": "https://github.com/jsdf/playwright-slim-mcp#readme",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.39.0",
    "@modelcontextprotocol/sdk": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "dotenv-cli": "^11.0.0",
    "typescript": "^5.0.0",
    "vitest": "^4.0.16"
  }
}
