base-config-process
Commonly used config mappings for the base-config plugin. Also pre-processes the given object with base-config-schema before calling `.process()`
base-config-schema
Schema for the base-config plugin, used for normalizing config values before passing them to config.process().
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
make-dir
Make a directory and its parents if needed - Think `mkdir -p`