UNPKG

component-dependency-collapser

Version:

📦 Component Dependency Collapser is a CLI tool that helps you analyze, visualize, and trace the dependency structure of your frontend components

53 lines (52 loc) • 1.26 kB
{ "name": "component-dependency-collapser", "version": "1.0.3", "bin": { "comp-collapse": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "dev": "ts-node src/cli.ts" }, "keywords": [ "cli", "typescript", "dependency", "import-analyzer", "code-visualization", "component-inspector", "frontend", "analyzer", "module-tree", "import-tree", "size-analysis", "trace-imports", "dependency-graph", "tsconfig-paths", "project-analysis", "source-map", "component-dependency", "devtool", "static-analysis" ], "repository": { "type": "git", "url": "https://github.com/cinfinit/component-dependency-collapser.git" }, "author": "cinfinit", "license": "ISC", "description": "📦 Component Dependency Collapser is a CLI tool that helps you analyze, visualize, and trace the dependency structure of your frontend components", "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "fast-glob": "^3.3.3", "typescript": "^5.8.3", "ts-morph": "^26.0.0" }, "devDependencies": { "@types/node": "^24.0.3", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }