{
  "name": "@appfire-ux/audit-agent",
  "version": "0.2026.702.1",
  "description": "Claude Code UX audit agent for Appfire apps — installs the ux-auditor agent and /ux-audit command that audit a repo against @appfire-ux/guidelines",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "appfire",
    "ux-audit",
    "claude-code",
    "atlassian",
    "design-system"
  ],
  "bin": {
    "appfire-ux-audit-agent": "bin/install.js"
  },
  "scripts": {
    "postinstall": "node bin/install.js"
  },
  "files": [
    "bin/",
    "templates/",
    "scripts/"
  ],
  "optionalDependencies": {
    "playwright": "^1.47.0"
  }
}
