I found 3 quietly deprecated dependencies in my own project ā
no warnings, just sitting there for months. That's what pushed
me to build PkgDiet.
One command scans your Node.js project and flags:
šļø Unused dependencies
š„ Deprecated or unhealthy packages
š¦ What's bloating your node_modules
š” Lighter, modern alternatives (moment ā dayjs, etc)
Free, open source, dry-run-safe by default ā it never touches
your files unless you explicitly confirm.
npx pkgdiet ā try it and tell me what it finds