tldr/package.json
dependabot[bot] 819645265e
build(deps-dev): bump husky from 9.0.11 to 9.1.4 (#13335)
Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 14:12:11 +02:00

25 lines
647 B
JSON

{
"name": "tldr-pages",
"description": "Simplified and community-driven man pages",
"author": "Romain Prieto",
"license": "SEE LICENSE IN LICENSE.md",
"repository": "tldr-pages/tldr",
"homepage": "https://tldr.sh/",
"dependencies": {
"glob": "11.0.0",
"markdownlint-cli": "^0.41.0",
"tldr-lint": "^0.0.15"
},
"devDependencies": {
"husky": "^9.1.4"
},
"scripts": {
"lint-markdown": "markdownlint pages*/**/*.md",
"lint-tldr-pages": "tldr-lint ./pages",
"test": "bash scripts/test.sh",
"build-index": "node ./scripts/build-index.js > index.json",
"prepare": "husky"
},
"private": true
}