Does the composer have a built-in way to display a list of plugins in the current project? Or is this the only option for searching composer plugins as a text search through composer.json files in vendor with something like
$ find vendor -name composer.json | xargs grep -i -r 'composer-plugin'
source share