Fix: Use node: prefix for built-in modules
Update the import statements for the fs and path modules to use the node: prefix. This is the recommended modern way to import Node.js core modules and improves code clarity, prevents potential naming conflicts, and enhances future compatibility. It also can sometimes help with tree-shaking in bundlers.