diff --git a/package.json b/package.json index 6608c6ec..e4d0c18c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,15 @@ "module": "dist/index.mjs", "license": "MIT", "homepage": "https://github.com/JonasKruckenberg/vite-imagetools", + "description": "Load and transform images using a toolbox of custom import directives!", + "keywords": [ + "webp", + "resize-images", + "responsive-images", + "avif", + "vitejs", + "vite-plugin" + ], "files": [ "dist" ], @@ -43,4 +52,4 @@ "type": "git", "url": "https://github.com/JonasKruckenberg/vite-imagetools.git" } -} +} \ No newline at end of file