{
  "name": "@sugarcube-sh/cli",
  "version": "0.1.16",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "description": "CLI for sugarcube",
  "license": "MIT",
  "author": {
    "name": "Mark Tomlinson",
    "email": "mark@marktomlinson.dev",
    "url": "https://marktomlinson.dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sugarcube-sh/sugarcube"
  },
  "bugs": {
    "url": "https://github.com/sugarcube-sh/sugarcube/issues"
  },
  "keywords": [
    "cli",
    "design-system",
    "components",
    "CUBE CSS",
    "react",
    "sugarcube"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/exports.d.mts",
      "import": "./dist/exports.mjs"
    }
  },
  "bin": {
    "sugarcube": "./dist/index.mjs"
  },
  "dependencies": {
    "@antfu/ni": "23.3.0",
    "@clack/core": "1.0.1",
    "@clack/prompts": "1.0.1",
    "@unocss/core": "^66.5.2",
    "chokidar": "^5.0.0",
    "commander": "12.1.0",
    "execa": "9.5.2",
    "fast-wrap-ansi": "0.2.0",
    "get-tsconfig": "4.7.2",
    "is-unicode-supported": "2.1.0",
    "log-update": "6.1.0",
    "pathe": "^2.0.3",
    "picocolors": "1.1.1",
    "tinyglobby": "^0.2.9",
    "zod": "^3.23.8",
    "@sugarcube-sh/core": "0.2.9"
  },
  "devDependencies": {
    "cross-env": "7.0.3",
    "pkgroll": "^2.26.0",
    "tsx": "^4.22.3"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "scripts": {
    "build": "tsc --noEmit && pkgroll --minify",
    "dev": "cross-env REGISTRY_URL=http://localhost:4321/r tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest --exclude 'tests/e2e/**'",
    "type-check": "tsc --noEmit",
    "start": "cross-env REGISTRY_URL=https://sugarcube.sh/r tsx src/index.ts"
  }
}