Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
377 stars 190 forks source link

remove package.json #1344

Closed weidongxu-microsoft closed 10 months ago

weidongxu-microsoft commented 10 months ago

package.json of "azure-sdk-for-java-codegen" is neither public package nor private package.

It is just an initialization configure for nodejs to run local script, e.g. https://github.com/Azure/azure-libraries-for-net/blob/master/src/ResourceManagement/gulpfile.js https://github.com/Azure/azure-libraries-for-net/blob/master/src/ResourceManagement/credcheck.js (i.e., it helps install gulp and yargs to node_modules; so gulp.js can run with its dependencies ready) Hence the "name" in package.json is arbitrary. No one cares about it as nothing get released.

The repository is a .NET NuGet lib. It only publish to NuGet e.g. https://www.nuget.org/packages/Microsoft.Azure.Management.Fluent/

No npm package is ever produced from this repo, public or private.