node-size-analyzer 0.6.0

CLI tool to analyze node_modules sizes
[package]
name = "node-size-analyzer"
version = "0.6.0"
edition = "2021"
description = "CLI tool to analyze node_modules sizes"
authors = ["Cary Wolff <boss@caryyon.com>"]
license = "MIT"
repository = "https://github.com/Caryyon/node-size-analyzer"

[dependencies]
ratatui = "0.24"
crossterm = "0.27"

[dev-dependencies]
tempfile = "3.8"

[[bin]]
name = "node-size"
path = "src/main.rs"