1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 07:19:45 +01:00
tldr/package.json
K.B.Dharun Krishna a41ce348db
chore: bump tldr-lint to v0.0.16, update lockfile (#13978)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-10-04 22:05:42 +02:00

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.0",
"markdownlint-cli": "^0.42.0",
"tldr-lint": "^0.0.16"
},
"devDependencies": {
"husky": "^9.1.6"
},
"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
}