chore: Update package.json files across multiple modules

- Added author information as "AutoMaker Team" to all package.json files.
- Set license to "SEE LICENSE IN LICENSE" for consistency across the project.
This commit is contained in:
Kacper
2025-12-20 22:37:53 +01:00
parent 9bc245bd40
commit 7ab65b22ec
8 changed files with 16 additions and 11 deletions

View File

@@ -7,12 +7,9 @@
"type": "git",
"url": "https://github.com/AutoMaker-Org/automaker.git"
},
"author": {
"name": "Cody Seibert",
"email": "webdevcody@gmail.com"
},
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"license": "Unlicense",
"main": "dist-electron/main.js",
"scripts": {
"dev": "vite",