be able to have namespaced tasks, with the ability to have the namespace have a default task. Like so:
[run] build - Default task. Run with "node run build".
[run] dev - Run this with "node run build:dev".
[run] prod - Run this with "node run build:prod".