{
    "name": "harukit",
    "version": "0.2.1",
    "description": "CLI tool for Harukit UI components",
    "main": "dist/index.js",
    "bin": {
        "harukit": "dist/index.js"
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsup",
        "dev": "tsup --watch",
        "clean": "rm -rf dist",
        "type-check": "tsc --noEmit",
        "lint": "eslint src --ext .ts",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "cli",
        "ui",
        "components",
        "react",
        "typescript",
        "tailwind"
    ],
    "author": "Hareesh Bhittam",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/Hareesh108/harukit-ui"
    },
    "homepage": "https://harukit-ui-docs.vercel.app/",
    "dependencies": {
        "commander": "^11.1.0",
        "prompts": "^2.4.2",
        "zod": "^3.22.4",
        "chalk": "^4.1.2",
        "ora": "^5.4.1",
        "fs-extra": "^11.1.1",
        "glob": "^10.3.10",
        "node-fetch": "^3.3.2",
        "semver": "^7.5.4",
        "cosmiconfig": "^8.0.0",
        "prettier": "^3.1.1"
    },
    "devDependencies": {
        "@types/fs-extra": "^11.0.4",
        "@types/glob": "^8.1.0",
        "@types/node": "^20.10.5",
        "@types/prettier": "^3.0.0",
        "@types/prompts": "^2.0.4",
        "@types/semver": "^7.5.6",
        "tsup": "^8.0.1",
        "typescript": "^5.8.3"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "cspell": {
        "words": [
            "harukit",
            "Harukit"
        ]
    }
}