Run the following commands and share the two numbers.
1️⃣ npm ls --parseable --depth 0 | wc -l
2️⃣ npm ls --parseable | wc -l
Also, it'd be great if you shared your tech stack. I'm curious to see if certain patterns emerge.
For example, a Sapper (https://sapper.svelte.dev) app out of the box:
1️⃣ 19
2️⃣ 263
Nice idea, will think about integrating it into the report my research project "node-cli-arguments-options" provides
github.com/karfau/runex
10 / 718
(with added
--production
: 2/2)github.com/karfau/node-cli-argumen...
14 / 236
(with added
--production
: 1/1)github.com/bettermarks/bm-tslint-r... (no longer maintained!)
11 / 73
(with added
--production
: 7 / 57)Main app project at work (private repo):
200 / 3358
(with added
--production
: 0 / 0 since it "only hasdevDependencies
")for copy pasting or downloading as an executable script:
gist.github.com/karfau/faac18d7b49...