diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index e8cdbc89e04456..07f9e992d71394 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -6,6 +6,12 @@ "files": [ "dist" ], + "keywords": [ + "frontend", + "vite", + "vite-plugin", + "@vitejs/plugin-legacy" + ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/vite/package.json b/packages/vite/package.json index 677444f92f6031..1115bbcd1dd7ec 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -8,6 +8,14 @@ "bin": { "vite": "bin/vite.js" }, + "keywords": [ + "frontend", + "framework", + "hmr", + "dev-server", + "build-tool", + "vite" + ], "main": "./dist/node/index.js", "module": "./dist/node/index.js", "types": "./dist/node/index.d.ts",