diff --git a/packages/core/package.json b/packages/core/package.json index 769e9bb3..b4b7a1bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,6 @@ { "name": "@rbxts/centurion", + "description": "A flexible and extensible command framework for roblox-ts", "version": "1.0.0", "author": "paradoxuum", "license": "MIT", diff --git a/packages/ui/package.json b/packages/ui/package.json index f92768ae..e6e113b8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,5 +1,6 @@ { "name": "@rbxts/centurion-ui", + "description": "Terminal UI for the Centurion command framework", "version": "1.0.0", "author": "paradoxuum", "license": "MIT",