Forgive me, for I am still pretty new to NodeJs.
So I have a NodeJs program with a "node_modules" folder that contains about 70 modules which I do not remember adding most of them. I am trying to figure out how to easily know which ones I can safely delete. Is there a way to figure this out? I thought I could just look at the imports at the top of the code, but there are some that are used internally that are implicitly imported.