{
  "name": "cami-design",
  "version": "0.3.1",
  "description": "Camille Pawlak's Claude Code design skill — layout, interaction, copy, and engineer modes for building, reviewing, and shipping interfaces with intent.",
  "keywords": [
    "claude",
    "claude-code",
    "skill",
    "design",
    "ui",
    "ux"
  ],
  "author": "Camille Pawlak",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/PawlakCamille/cami-design.git"
  },
  "homepage": "https://github.com/PawlakCamille/cami-design",
  "files": [
    "skills/",
    "scripts/",
    "NOTICE.md"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js",
    "preuninstall": "node scripts/uninstall.js",
    "eval": "node scripts/eval.js",
    "eval:layout": "node scripts/eval.js --mode layout",
    "eval:interaction": "node scripts/eval.js --mode interaction",
    "eval:copy": "node scripts/eval.js --mode copy",
    "eval:engineer": "node scripts/eval.js --mode engineer"
  },
  "engines": {
    "node": ">=16"
  }
}
