feat: update package.json with project metadata

- Added project description, homepage, author details, and maintainer information to package.json for better project documentation and visibility.
This commit is contained in:
Cody Seibert
2025-12-10 23:17:47 -05:00
parent 67a448ce91
commit 9dc3124738

View File

@@ -1,6 +1,12 @@
{ {
"name": "automaker", "name": "automaker",
"version": "0.1.0", "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",
"author": {
"name": "Cody Seibert",
"email": "webdevcody@gmail.com"
},
"private": true, "private": true,
"license": "Unlicense", "license": "Unlicense",
"main": "electron/main.js", "main": "electron/main.js",
@@ -128,7 +134,8 @@
} }
], ],
"category": "Development", "category": "Development",
"icon": "public/logo.png" "icon": "public/logo.png",
"maintainer": "webdevcody@gmail.com"
}, },
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,