{
  "name": "@21st-dev/cli",
  "version": "1.16.0",
  "type": "module",
  "description": "The 21st CLI: search, retrieve and install 21st.dev components from your terminal, and configure the 21st MCP for your editor.",
  "keywords": [
    "21st",
    "21st.dev",
    "shadcn",
    "components",
    "registry",
    "mcp",
    "model-context-protocol",
    "react",
    "cli"
  ],
  "homepage": "https://21st.dev",
  "license": "MIT",
  "bin": {
    "21st": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "tsup src/index.ts --format esm --clean",
    "prepublishOnly": "npm run build",
    "ts:check": "tsc -p tsconfig.json",
    "test": "vitest run"
  },
  "devDependencies": {
    "@repo/core": "workspace:*",
    "tsup": "^8.0.0",
    "tsx": "^4.19.2",
    "typescript": "^5.4.5",
    "vitest": "^3.0.0"
  }
}
