{ "name": "@hugo-fixit/gen-docs", "private": true, "description": "Generate API reference documentation from FixIt source files", "author": "Lruihao", "main": "src/index.ts", "scripts": { "start": "tsx src/index.ts" }, "devDependencies": { "@hugo-fixit/shared": "workspace:*", "commander": "^15.0.0", "picocolors": "^1.1.1", "toml": "^5.0.0", "typescript": "^6.0.3" } }