{ "name": "@automaker/types", "version": "1.0.0", "type": "module", "description": "Shared type definitions for AutoMaker", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch" }, "keywords": [ "automaker", "types" ], "author": "AutoMaker Team", "license": "SEE LICENSE IN LICENSE", "engines": { "node": ">=22.0.0 <23.0.0" }, "devDependencies": { "@types/node": "22.19.3", "typescript": "5.9.3" } }