I want to convert a NuGet package to a npm package. Is there any standard way of doing so? The Nuget package contains a dll and a json file. I didn't find much luck till now.
The goal is to convert the NuGet package to npm and from npm to UPM(unity package manger)
I would appreciate any response.