{
  "name": "@design-llm/oh-my-design",
  "version": "0.1.3",
  "description": "One-command installer for the oh-my-design Agent Skill.",
  "license": "MIT",
  "bin": {
    "oh-my-design": "bin/oh-my-design.js"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "prepack": "node scripts/prepack.js"
  },
  "dependencies": {
    "tar": "^7.4.3"
  },
  "files": [
    "bin/",
    "dist-skill/",
    "scripts/",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/O-Pencil/skills.git"
  },
  "bugs": {
    "url": "https://github.com/O-Pencil/skills/issues"
  },
  "homepage": "https://github.com/O-Pencil/skills#readme"
}
