{
  "name": "@doom-ui/cli",
  "version": "0.4.3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omarshehab221/DoomUI.git",
    "directory": "packages/cli"
  },
  "homepage": "https://doom-ui.vercel.app",
  "keywords": [
    "ui",
    "modern",
    "react",
    "tailwind",
    "doom-ui",
    "doomui",
    "doom",
    "cli"
  ],
  "funding": [
    {
      "type": "individual",
      "url": "https://www.thanks.dev/omarshehab221"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/omarshehab221"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/c/OmarShehab3615"
    }
  ],
  "author": {
    "name": "Omar Shehab",
    "email": "omarshehab3615@gmail.com",
    "url": "https://github.com/omarshehab221"
  },
  "description": "CLI for Doom UI",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "doom": "./dist/index.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "bun scripts/copy-templates.ts && tsup src/index.ts --format esm --dts",
    "dev": "tsup src/index.ts --format esm --dts --watch",
    "clean": "rimraf dist templates/components"
  },
  "dependencies": {
    "commander": "^11.0.0",
    "chalk": "^5.3.0",
    "inquirer": "^9.2.12",
    "ora": "^7.0.1",
    "fs-extra": "^11.2.0",
    "@doom-ui/core": "^0.2.1",
    "@doom-ui/components": "^0.2.0"
  }
}
