diff --git a/composer.json b/composer.json
index 9385bfad7bc4c76c95153fed391dc5827e8f2fed..95fe942bb1c7aa73d2d831008d504280e6ba3380 100644
--- a/composer.json
+++ b/composer.json
@@ -1,9 +1,6 @@
 {
     "name": "drupal/structure_sync",
-    "description": "Tool for syncing structural data that is stored as content.",
-    "type": "drupal-module",
-    "license": "GPL-2.0-or-later",
-    "homepage": "https://www.drupal.org/project/structure_sync",
+    "description": "Captures blocks, menu-items, and taxonomy terms (elements that are considered content by the Drupal CMS) as configuration, so that they can be synchronized with other configuration.",
     "require": {
         "php": ">=7.1"
     },