| | |
| | | "markdownlint-rule-relative-links": "5.1.0", |
| | | "markdownlint-rule-search-replace": "1.2.0", |
| | | "markdownlint-rule-title-case-style": "0.4.3", |
| | | "simple-git-hooks": "2.13.1" |
| | | "simple-git-hooks": "2.13.1", |
| | | "typescript": "6.0.3" |
| | | }, |
| | | "scripts": { |
| | | "hook:commit": "lint-staged --config .lintstagedrc.js", |
| | |
| | | "lint:links": "lychee --config lychee.toml public", |
| | | "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}", |
| | | "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}", |
| | | "prepare": "simple-git-hooks install", |
| | | "release": "wireit", |
| | | "release:pre": "wireit", |
| | | "server": "wireit", |
| | | "test:quickstart": "node scripts/test-hugo-quickstart.ts", |
| | | "update:docs": "wireit", |
| | | "test": "node scripts/test-hugo-quickstart.ts", |
| | | "prepare": "simple-git-hooks install" |
| | | "test:quickstart": "node scripts/test-hugo-quickstart.ts", |
| | | "update:docs": "wireit" |
| | | }, |
| | | "wireit": { |
| | | "release": { |
| | |
| | | "pre-push": "npm run hook:push" |
| | | }, |
| | | "type": "module" |
| | | } |
| | | } |