| { | |
| "name": "@automaker/git-utils", | |
| "version": "1.0.0", | |
| "type": "module", | |
| "description": "Git operations utilities for AutoMaker", | |
| "main": "dist/index.js", | |
| "types": "dist/index.d.ts", | |
| "scripts": { | |
| "build": "tsc", | |
| "watch": "tsc --watch", | |
| "test": "vitest run", | |
| "test:watch": "vitest" | |
| }, | |
| "keywords": [ | |
| "automaker", | |
| "git", | |
| "utils" | |
| ], | |
| "author": "AutoMaker Team", | |
| "license": "SEE LICENSE IN LICENSE", | |
| "engines": { | |
| "node": ">=22.0.0 <23.0.0" | |
| }, | |
| "dependencies": { | |
| "@automaker/platform": "1.0.0", | |
| "@automaker/types": "1.0.0", | |
| "@automaker/utils": "1.0.0" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "22.19.3", | |
| "typescript": "5.9.3", | |
| "vitest": "4.0.16" | |
| } | |
| } | |