mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
ece55d0d36
Bumps [commander](https://github.com/tj/commander.js) from 14.0.3 to 15.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v14.0.3...v15.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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": "^3.0.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|