Files
2026-08-12 18:10:29 +08:00

18 lines
412 B
JSON

{
"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"
}
}