{
  "name": "logo-design",
  "version": "0.1.0",
  "private": true,
  "description": "Generate deterministic geometric logo marks as SVG, with lockups, concept notes, and a manifest",
  "type": "module",
  "main": "src/index.ts",
  "bin": {
    "logo-design": "src/index.ts"
  },
  "files": [
    "src",
    "SKILL.md",
    "tsconfig.json"
  ],
  "keywords": [
    "logo",
    "svg",
    "branding",
    "generator",
    "skill"
  ],
  "scripts": {
    "start": "bun run src/index.ts",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {},
  "optionalDependencies": {
    "sharp": "^0.33.5"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.7.0"
  }
}
