Zero dependencies
Node.js has everything needed to read directories, check file types, create folders, and move files built in. Keeping it dependency-free means the tool installs instantly, never has security vulnerabilities from third-party packages, and works on any Node.js environment without an npm install.


