From d6ce71702e14842cb25196b04baf92ebcc5f88ff Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Thu, 11 Dec 2025 00:08:55 -0500 Subject: [PATCH] feat: add repository information to package.json - Included repository details in package.json to enhance project metadata and facilitate easier access to the source code. --- app/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/package.json b/app/package.json index 85d558ab..1e4335c0 100644 --- a/app/package.json +++ b/app/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "An autonomous AI development studio that helps you build software faster using AI-powered agents", "homepage": "https://github.com/AutoMaker-Org/automaker", + "repository": { + "type": "git", + "url": "https://github.com/AutoMaker-Org/automaker.git" + }, "author": { "name": "Cody Seibert", "email": "webdevcody@gmail.com"