{
  "name": "siteanalyze",
  "version": "1.0.0",
  "description": "Analyze any website's design system — detects shadcn/ui, Tailwind, extracts colors, typography, and components",
  "main": "src/index.ts",
  "type": "module",
  "bin": {
    "siteanalyze": "src/index.ts"
  },
  "scripts": {
    "start": "bun run src/index.ts"
  },
  "keywords": [
    "design",
    "shadcn",
    "tailwind",
    "colors",
    "typography",
    "playwright",
    "analysis",
    "open-styles"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/bun": "latest"
  }
}
