2025-03-14 21:59:59 -06:00
|
|
|
{
|
|
|
|
|
"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": {
|
2025-05-08 12:26:01 -06:00
|
|
|
"glob": "11.0.2",
|
2025-03-14 21:59:59 -06:00
|
|
|
"markdownlint-cli": "^0.44.0",
|
2025-04-03 20:36:56 -06:00
|
|
|
"tldr-lint": "^0.0.17"
|
2025-03-14 21:59:59 -06:00
|
|
|
},
|
|
|
|
|
"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
|
|
|
|
|
}
|