mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user