Currently it looks a little like this
|auth
|bin
|db
|scripts
|test
I'd like to make it something like
|scripts/ (or lib)
| .. |auth/
| .. | db/
| .. | etc/
|tests/
|bin/
For general readability and ease of imports later on via an optional scripts.js in the root of scripts/
Discuss..