{
  "name": "design-diff",
  "version": "0.0.4",
  "description": "Give agents a precise, machine-readable way to measure how closely a live web page matches a design.",
  "keywords": [
    "design-diff",
    "visual-regression",
    "visual-testing",
    "pixel-diff",
    "pixelmatch",
    "screenshot",
    "figma",
    "playwright",
    "overlay",
    "ui-testing",
    "cli"
  ],
  "homepage": "https://github.com/planetabhi/design-diff#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/planetabhi/design-diff.git"
  },
  "bugs": {
    "url": "https://github.com/planetabhi/design-diff/issues"
  },
  "module": "index.ts",
  "type": "module",
  "license": "MIT",
  "author": "@planetabhi",
  "bin": {
    "design-diff": "index.ts"
  },
  "exports": {
    ".": "./src/core.ts",
    "./package.json": "./package.json"
  },
  "files": [
    "index.ts",
    "src"
  ],
  "scripts": {
    "start": "bun run index.ts",
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "pack": "bun pm pack"
  },
  "dependencies": {
    "pixelmatch": "^7.2.0",
    "playwright-core": "^1.62.1",
    "pngjs": "^7.0.0"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/pngjs": "^6.0.5"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "engines": {
    "bun": ">=1.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
