What's your ratio between direct and transient NPM dependencies?

Mike - May 1 '20 - - Dev Community

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

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .