123456789101112131415161718192021222324 |
- {
- "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.43.0",
- "tldr-lint": "^0.0.16"
- },
- "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
- }
|