UNPKG

dir-analysis-tool

Version:

A comprehensive cross-platform CLI tool for advanced directory analysis with file classification, duplicate detection, large file identification, interactive mode, HTML reports, and multiple export formats. Perfect for disk cleanup, storage audits, and pr

69 lines 1.95 kB
{ "name": "dir-analysis-tool", "version": "1.0.5", "description": "A comprehensive cross-platform CLI tool for advanced directory analysis with file classification, duplicate detection, large file identification, interactive mode, HTML reports, and multiple export formats. Perfect for disk cleanup, storage audits, and project analysis.", "main": "bin/index.js", "bin": { "dir-analysis-tool": "bin/index.js" }, "files": [ "bin/**/*", "assets/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/cli.ts", "start": "node bin/index.js", "prepublishOnly": "pnpm build" }, "keywords": [ "cli", "directory", "analyzer", "file-system", "typescript", "disk-cleanup", "duplicate-detection", "file-classification", "storage-audit", "directory-analysis", "file-manager", "disk-usage", "large-files", "interactive-cli", "html-reports", "csv-export", "tree-view", "file-explorer", "system-tools", "cross-platform" ], "author": "Khaled Saeed", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/KhaledSaeed18/dir-analysis-tool.git" }, "bugs": { "url": "https://github.com/KhaledSaeed18/dir-analysis-tool/issues" }, "homepage": "https://github.com/KhaledSaeed18/dir-analysis-tool#readme", "dependencies": { "chalk": "^4.1.2", "chokidar": "^4.0.3", "commander": "^11.1.0", "inquirer": "^12.6.3", "pretty-bytes": "^5.6.0" }, "devDependencies": { "@types/inquirer": "^9.0.8", "@types/node": "^20.10.0", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }