1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/package.json
dependabot[bot] 6feffd1b14
build(deps): bump tldr-lint from 0.0.16 to 0.0.17 (#16086)
Bumps [tldr-lint](https://github.com/tldr-pages/tldr-lint) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/tldr-pages/tldr-lint/releases)
- [Changelog](https://github.com/tldr-pages/tldr-lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tldr-pages/tldr-lint/compare/v0.0.16...v0.0.17)

---
updated-dependencies:
- dependency-name: tldr-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 18:24:07 +05:30

24 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.1",
"markdownlint-cli": "^0.44.0",
"tldr-lint": "^0.0.17"
},
"devDependencies": {
"husky": "^9.1.7"
},
"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
}