{
  "name": "@unocss/cli",
  "type": "module",
  "version": "66.10.5",
  "description": "CLI for UnoCSS",
  "author": {
    "name": "Johann Schopplich",
    "email": "pkg@johannschopplich.com",
    "url": "https://johannschopplich.com"
  },
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://unocss.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unocss/unocss.git",
    "directory": "packages-engine/cli"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [],
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "bin": {
    "unocss": "./bin/unocss.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "@jridgewell/remapping": "^2.3.5",
    "@unocss/config": "66.10.5",
    "@unocss/core": "66.10.5",
    "@unocss/preset-wind3": "66.10.5",
    "@unocss/preset-wind4": "66.10.5",
    "@unocss/transformer-directives": "66.10.5",
    "cac": "^7.0.0",
    "chokidar": "^5.0.0",
    "colorette": "^2.0.20",
    "consola": "^3.4.2",
    "magic-string": "^1.4.1",
    "pathe": "^2.0.3",
    "perfect-debounce": "^2.1.0",
    "tinyglobby": "^0.2.17",
    "unplugin-utils": "^0.3.2"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "dev": "tsdown --config-loader unrun --watch"
  }
}