packageName

The name of the NPM package which contains this plugin.

For example, for the Vue plugin, which is natively configured like so:

import vue from '@vitejs/plugin-vue'

export default {
plugins: [vue()],
}

the packageName is @vitejs/plugin-vue.