Is there a mechanism in npm like parent pom in Maven. The goal is to have a common base configuration for scripts, dependencies, devDependencies. Not based on templates like y
Yarn has this feature (workspaces), I recommend using yarn for this.