How do you know if a script was called directly with NodeJS modules? (i.e. where the package.json specifies "type": "module")
package.json
"type": "module"