You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
The idea is to borrow Mavens parent.pom concept to allow specifying common dependencies, devDependencies, scripts, configs or any other property.
This would be extremely helpful when using npm as a build tool for dozens of modules following the same approach, e.g. within an organization.
Currently, I find myself repeating the same scripts and devDependency lists in a lot of modules. Every time I like to bump a dependency or tweek a script, this has to be applied in each module separately.
It would be nice to have a versioned parent package.json file that can be refered to using an expreasion like ^1.0.0.
I also use the same author and license values and most packages follow a naming convention to relate the npm module name with the git repository name. If those could be inherited from a parent definition as well, my package.json files would be a lot shorter.
Thoughts?
aaronjameslang, sthzg, mnasyrov, ibiBgOR, Jean-PierreGassin and 35 moreitonics-tbeauvais, jbcpollak and dietergeerts