node-size-analyzer 0.1.0

CLI tool to analyze node_modules sizes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "node-size-analyzer"
version = "0.1.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"

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