mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
18 lines
412 B
JSON
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"
|
|
}
|
|
}
|