Cool! Apparently the npm Dependency Links VSCode extension has a configuration to specify a custom registry.
Now ctrl clicking a dependency in package.json takes me directly to npmx.dev.
{
"npmDependencyLinks.registryUrlPattern": "https://npmx.dev/package/{{pkg}}"
}
Extension for Visual Studio Code - Go to npm site of your dependencies