{
  "name": "pixelmatch-mcp-server",
  "version": "0.0.4",
  "description": "MCP server for comparing UI screenshots using pixelmatch to help autonomous coding agents validate frontend implementations",
  "main": "dist/index.js",
  "bin": {
    "pixelmatch-mcp-server": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "typecheck": "tsc --noEmit",
    "release": "pnpm run build && npm version patch && npm publish"
  },
  "keywords": [],
  "author": {
    "name": "Sosuke Suzuki"
  },
  "license": "MIT",
  "files": [
    "dist"
  ],
  "packageManager": "pnpm@10.10.0",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "pixelmatch": "^7.1.0",
    "pngjs": "^7.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.1",
    "@types/pixelmatch": "^5.2.6",
    "@types/pngjs": "^6.0.5",
    "prettier": "^3.5.3",
    "tsx": "^4.20.1",
    "typescript": "^5.8.3"
  }
}
