mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
819645265e
Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
647 B
JSON
25 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.41.0",
|
|
"tldr-lint": "^0.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.1.4"
|
|
},
|
|
"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
|
|
}
|