Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/webpack-embedded-dependencies-plugin > IPackageData > author

IPackageData.author property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The author of the package. This is a superset of the full package.json author field. Grabs either the author field or author.name field from package.json.

Signature:

author?: string | {
name?: string;
};