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

@@ -17,7 +17,8 @@
"watch": "tsc --watch"
},
"keywords": ["automaker", "dependency", "resolver"],
"author": "",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@automaker/types": "^1.0.0"
},

View File

@@ -9,7 +9,8 @@
"watch": "tsc --watch"
},
"keywords": ["automaker", "git", "utils"],
"author": "",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@automaker/types": "^1.0.0",
"@automaker/utils": "^1.0.0"

View File

@@ -9,7 +9,8 @@
"watch": "tsc --watch"
},
"keywords": ["automaker", "model", "resolver"],
"author": "",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@automaker/types": "^1.0.0"
},

View File

@@ -11,7 +11,8 @@
"test:watch": "vitest"
},
"keywords": ["automaker", "platform"],
"author": "",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@automaker/types": "^1.0.0"
},

View File

@@ -9,7 +9,8 @@
"watch": "tsc --watch"
},
"keywords": ["automaker", "types"],
"author": "",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@types/node": "^22.10.5",
"typescript": "^5.7.3"

View File

@@ -9,7 +9,8 @@
"watch": "tsc --watch"
},
"keywords": ["automaker", "utils"],
"author": "",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@automaker/types": "^1.0.0"
},