Commit Graph

1 Commits

Author SHA1 Message Date
Nikolas de Hor 4006b2d331 fix: add .npmignore to reduce npm tarball from 533 to 348 files
The package was shipping 6.2 MB including docs/, website/, test/,
.github/, banner images, and dev config files. With .npmignore,
the tarball drops to 555 KB (91% reduction) while keeping all
runtime files (src/, tools/cli/, tools/lib/).

Fixes #1870
2026-03-11 19:37:19 -03:00