OptionaldescriptionAs short description of the plugin, typically the description field in package.json.
OptionallinksLinks related to the plugin.
OptionalownerThe owner entity references of the plugin.
OptionalpackageThe name of the package that implements the plugin.
OptionalversionThe version of the plugin, typically the version of the package.json file.
Information about the plugin.
Remarks
This interface is intended to be extended via module augmentation in order to add fields that are specific to each project.
For example, one might add a
slackChannelfield that is read from the opaque manifest file.See the options for
createAppfor more information about how to customize the parsing of manifest files.