How to edit Author name of Shared Library

Our libraries will end up being used by a very large audience, so we would prefer the author name to not be the name of the user who last published the library, but rather something more on the organization level.

How can this edit be achieved? There are currently only three components to the Library settings: Name, Description, and Include Sources?. I have attempted to modify the project.json, but am unsure of the proper key.

You can add an author in the form of owner of the published library.

<owners>Author1;Author2</owners> 

For more details about this can be find below -

Regards,
Karthik Byggari