tldr/package.json
K.B.Dharun Krishna c106754852
chore: bump tldr-lint to v0.0.15, update package files (#12605)
* chore: bump tldr-lint to v0.0.15

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: pages with TLDR021 error

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-04 13:35:55 +05:30

25 lines
649 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": "10.3.12",
"markdownlint-cli": "^0.39.0",
"tldr-lint": "^0.0.15"
},
"devDependencies": {
"husky": "^9.0.11"
},
"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
}