{
    "$schema": "https://json.schemastore.org/package.json",
    "name": "repostruc",
    "version": "0.2.1",
    "description": "Advanced CLI tool to visualize and analyze repository structure",
    "main": "index.js",
    "bin": {
        "repostruc": "./index.js"
    },
    "type": "module",
    "keywords": [
        "cli",
        "folder-structure",
        "directory-tree",
        "repository-analysis",
        "project-structure",
        "file-tree",
        "code-analysis",
        "git-status",
        "directory-visualization"
    ],
    "author": "FiroshV",
    "license": "MIT",
    "dependencies": {
        "chalk": "^5.4.1",
        "commander": "^13.1.0",
        "fast-glob": "^3.3.3",
        "ignore": "^7.0.3",
        "ora": "^8.2.0",
        "strip-ansi": "^7.1.0"
    },
    "engines": {
        "node": ">=14.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/FiroshV/repostruc.git"
    },
    "bugs": {
        "url": "https://github.com/FiroshV/repostruc/issues"
    },
    "homepage": "https://github.com/FiroshV/repostruc#readme"
}
