diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 818c534b..86bbac6e 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -4,6 +4,12 @@ "type": "module", "license": "MIT", "author": "Evan You", + "description": "Provides Vue 3 JSX & TSX support with HMR.", + "keywords": [ + "vite", + "vite-plugin", + "vue" + ], "files": [ "dist" ], diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index bb64b2f8..556ebd8a 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -4,6 +4,12 @@ "type": "module", "license": "MIT", "author": "Evan You", + "description": "The official plugin for Vue SFC support in Vite.", + "keywords": [ + "vite", + "vite-plugin", + "vue" + ], "files": [ "dist" ],