Where can i find something in the documentation about "node ."?
When i run "node ." without an existing package.json file then i will get some error messages.
When i run "node ." with an existing package.json file then it opens the file defined in "main" field in package.json
Can someone explain what exactly "node ." does please?