{
  "name": "centoui-cli",
  "type": "module",
  "version": "1.16.0",
  "private": false,
  "description": "Official CLI for CentoUI.",
  "author": "Favour Emeka <favorodera@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/favorodera",
  "homepage": "https://centoui.vercel.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/favorodera/centoui.git"
  },
  "bugs": {
    "url": "https://github.com/favorodera/centoui/issues"
  },
  "keywords": [
    "cli",
    "vue",
    "ui",
    "components",
    "tailwindcss"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/types.d.mts",
  "bin": {
    "centoui": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.0.0",
    "pnpm": ">=11.0.0"
  },
  "dependencies": {
    "@clack/prompts": "^1.5.1",
    "c12": "^4.0.0-beta.5",
    "citty": "^0.2.2",
    "fs-extra": "^11.3.5",
    "nypm": "^0.6.7",
    "pathe": "^2.0.3"
  },
  "devDependencies": {
    "@favorodera/eslint-config": "^1.0.4",
    "@types/fs-extra": "^11.0.4",
    "@vitest/ui": "^4.1.8",
    "tsdown": "^0.22.2",
    "vitest": "^4.1.8"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest run",
    "test:watch": "vitest watch --ui",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --fix"
  }
}