{
  "name": "@dinui/cli",
  "version": "0.1.3",
  "homepage": "https://ui.dinwwwh.com",
  "type": "module",
  "author": {
    "name": "dinwwwh",
    "email": "dinwwwh@gmail.com",
    "url": "https://dinwwwh.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dinwwwh/dinui.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "bin": {
    "dinui": "./dist/bin.js"
  },
  "dependencies": {
    "@types/node": "^20.12.7",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "fast-glob": "^3.3.2",
    "fs-extra": "^11.2.0",
    "ora": "^8.0.1",
    "preferred-pm": "^3.1.3",
    "prompts": "^2.4.2",
    "type-fest": "^4.15.0",
    "zod": "^3.22.4",
    "zx": "^8.0.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/prompts": "^2.4.9",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "dev": "tsup src/bin.ts --format=esm --watch",
    "build": "tsup src/bin.ts --format=esm",
    "type:check": "tsc --noEmit"
  }
}