diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 3b0ca0758..9fec4c5e6 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -3151,5 +3151,12 @@ "description": "Build wordpress plugin admin interface with SvelteKit", "npm": "sveltekit-adapter-wordpress-admin", "categories": ["sveltekit-adapters"] + }, + { + "title": "Svelte Actions", + "repository": "https://github.com/gzimbron/svelte-actions", + "description": "Svelte Actions is a package that includes a variety of Svelte actions to streamline the development of your applications.", + "npm": "@gzim/svelte-actions", + "categories": ["user-interaction"] } ]