mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 21:23:07 +00:00
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:
@@ -2,6 +2,8 @@
|
|||||||
"name": "@automaker/server",
|
"name": "@automaker/server",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Backend server for Automaker - provides API for both web and Electron modes",
|
"description": "Backend server for Automaker - provides API for both web and Electron modes",
|
||||||
|
"author": "AutoMaker Team",
|
||||||
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@@ -7,12 +7,9 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/AutoMaker-Org/automaker.git"
|
"url": "https://github.com/AutoMaker-Org/automaker.git"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": "AutoMaker Team",
|
||||||
"name": "Cody Seibert",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"email": "webdevcody@gmail.com"
|
|
||||||
},
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Unlicense",
|
|
||||||
"main": "dist-electron/main.js",
|
"main": "dist-electron/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -17,7 +17,8 @@
|
|||||||
"watch": "tsc --watch"
|
"watch": "tsc --watch"
|
||||||
},
|
},
|
||||||
"keywords": ["automaker", "dependency", "resolver"],
|
"keywords": ["automaker", "dependency", "resolver"],
|
||||||
"author": "",
|
"author": "AutoMaker Team",
|
||||||
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@automaker/types": "^1.0.0"
|
"@automaker/types": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
"watch": "tsc --watch"
|
"watch": "tsc --watch"
|
||||||
},
|
},
|
||||||
"keywords": ["automaker", "git", "utils"],
|
"keywords": ["automaker", "git", "utils"],
|
||||||
"author": "",
|
"author": "AutoMaker Team",
|
||||||
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@automaker/types": "^1.0.0",
|
"@automaker/types": "^1.0.0",
|
||||||
"@automaker/utils": "^1.0.0"
|
"@automaker/utils": "^1.0.0"
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
"watch": "tsc --watch"
|
"watch": "tsc --watch"
|
||||||
},
|
},
|
||||||
"keywords": ["automaker", "model", "resolver"],
|
"keywords": ["automaker", "model", "resolver"],
|
||||||
"author": "",
|
"author": "AutoMaker Team",
|
||||||
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@automaker/types": "^1.0.0"
|
"@automaker/types": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
"test:watch": "vitest"
|
"test:watch": "vitest"
|
||||||
},
|
},
|
||||||
"keywords": ["automaker", "platform"],
|
"keywords": ["automaker", "platform"],
|
||||||
"author": "",
|
"author": "AutoMaker Team",
|
||||||
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@automaker/types": "^1.0.0"
|
"@automaker/types": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
"watch": "tsc --watch"
|
"watch": "tsc --watch"
|
||||||
},
|
},
|
||||||
"keywords": ["automaker", "types"],
|
"keywords": ["automaker", "types"],
|
||||||
"author": "",
|
"author": "AutoMaker Team",
|
||||||
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.10.5",
|
"@types/node": "^22.10.5",
|
||||||
"typescript": "^5.7.3"
|
"typescript": "^5.7.3"
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
"watch": "tsc --watch"
|
"watch": "tsc --watch"
|
||||||
},
|
},
|
||||||
"keywords": ["automaker", "utils"],
|
"keywords": ["automaker", "utils"],
|
||||||
"author": "",
|
"author": "AutoMaker Team",
|
||||||
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@automaker/types": "^1.0.0"
|
"@automaker/types": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user