{
  "name": "@unhead/cli",
  "type": "module",
  "version": "3.2.3",
  "description": "CLI for auditing and migrating unhead head usage in your codebase.",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://unhead.unjs.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/unhead.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "bugs": {
    "url": "https://github.com/unjs/unhead/issues"
  },
  "keywords": [
    "cli",
    "unhead",
    "lint",
    "audit",
    "seo"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "unhead": "bin/unhead.mjs"
  },
  "files": [
    "*.d.ts",
    "bin",
    "dist"
  ],
  "dependencies": {
    "citty": "^0.2.2",
    "magic-string": "^1.0.0",
    "oxc-parser": "^0.140.0",
    "oxc-walker": "^1.0.0",
    "pathe": "^2.0.3",
    "tinyglobby": "^0.2.17",
    "unhead": "3.2.3"
  },
  "devDependencies": {
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "test": "vitest run"
  }
}