{
  "name": "claude-design-system",
  "version": "1.0.7",
  "description": "Transform amateur UIs into professional designs using AI and proven patterns",
  "main": "index.js",
  "scripts": {
    "setup": "node install-commands.js"
  },
  "bin": {
    "design-system": "./bin/cli.js"
  },
  "keywords": ["design", "ui", "claude", "ai", "design-system"],
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^11.1.1",
    "path": "^0.12.7"
  }
}