mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.0 to 11.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.0...v11.0.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
647 B
JSON
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.1",
|
|
"markdownlint-cli": "^0.44.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
|
|
}
|