diff --git a/packages/cli/package.json b/packages/cli/package.json index 6bf38e6..cbf3b77 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,12 @@ { "version": "2.3.0-beta.6", "name": "cryptgeon", + "repository": { + "type": "git", + "url": "https://github.com/cupcakearmy/cryptgeon.git", + "directory": "packages/cli" + }, + "homepage": "https://github.com/cupcakearmy/cryptgeon", "type": "module", "engines": { "node": ">=18"