mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 22:32:04 +00:00
- Added author information as "AutoMaker Team" to all package.json files. - Set license to "SEE LICENSE IN LICENSE" for consistency across the project.
22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"name": "@automaker/model-resolver",
|
|
"version": "1.0.0",
|
|
"description": "Model resolution utilities for AutoMaker",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"keywords": ["automaker", "model", "resolver"],
|
|
"author": "AutoMaker Team",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"@automaker/types": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|