The question is, npm dumps all the packages into node_modules. But in this heap of dependencies it’s not very convenient to work with plugins going to production.
How to configure npm to load plugins into a directory, let's say libs, for further connection to the project?
dependecieshas different fields for this:dependeciesanddevDependecies- Alexey Ten