Add a CLI tool that scans a directory and reports file counts, lines of code, and size breakdown by extension and directory. Supports optional JSON export.
N/A
node src/index.js . and confirm statistics are printednode src/index.js . output/report.json and confirm JSON file is createdlocales/ko.json and locales/en.json (if UI text changed)