mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 13:22:51 +03:00
0a88f27198
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.4 to 10.3.10. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.4...v10.3.10) --- 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>
25 lines
656 B
JSON
25 lines
656 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": "10.3.10",
|
|
"markdownlint-cli": "^0.37.0",
|
|
"tldr-lint": "^0.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.3"
|
|
},
|
|
"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 install"
|
|
},
|
|
"private": true
|
|
}
|