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.
This commit is contained in:
Cody Seibert
2025-12-11 00:08:55 -05:00
parent 7c7a044417
commit d6ce71702e

View File

@@ -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"