{
  "name": "@pro-vi/designer",
  "version": "0.3.19",
  "type": "module",
  "description": "MCP + CLI for autonomous iteration of claude.ai/design — drives the design surface via agent-browser, downloads handoff bundles, and exposes a tasting harness for full-viewport variant comparison.",
  "license": "MIT",
  "author": "Provi Zhang",
  "homepage": "https://github.com/pro-vi/designer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pro-vi/designer.git"
  },
  "bugs": {
    "url": "https://github.com/pro-vi/designer/issues"
  },
  "keywords": [
    "claude",
    "claude-design",
    "mcp",
    "model-context-protocol",
    "design",
    "agent-browser",
    "anthropic"
  ],
  "bin": {
    "designer": "./bin/designer.mjs"
  },
  "scripts": {
    "mcp": "tsx mcp-server.ts",
    "cli": "tsx cli.ts",
    "setup": "tsx cli.ts setup",
    "doctor": "tsx cli.ts doctor",
    "test": "npm run build && node --test tests/cli-metadata.test.mjs && node --import tsx --test tests/run-state.*.test.mjs tests/cdp-trace.*.test.mjs tests/ui-drift.*.test.mjs tests/interstitials.*.test.mjs tests/cdp-dialog.*.test.mjs",
    "check": "tsc --noEmit",
    "build": "tsc -p tsconfig.build.json",
    "prepack": "npm run check && npm run build",
    "postinstall": "node scripts/postinstall.mjs",
    "probe": "tsx scripts/probe.ts",
    "probe:health": "tsx scripts/ci-health.ts",
    "auto-heal": "tsx scripts/auto-heal.ts",
    "smoke": "bash scripts/install-smoke.sh",
    "trace": "tsx scripts/trace-spike.ts",
    "trace:analyze": "tsx scripts/trace-analyze.ts"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.105.0",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "cross-spawn": "^7.0.6",
    "fflate": "^0.8.3",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/node": "^26.0.0",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=22"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "files": [
    "dist/",
    "bin/",
    "skills/",
    "scripts/designer-chrome.sh",
    "scripts/designer-chrome.ps1",
    "scripts/postinstall.mjs",
    "selectors.json",
    "README.md",
    "LICENSE"
  ]
}
