Skip to content

Plugin Discovery

The registry discovers plugins from npm based on keywords in your package.json.

Required Keywords

Make sure your package.json includes the appropriate keyword:

Example

package.json
json
{
  "name": "vite-plugin-example",
  "keywords": ["vite-plugin"]
}