2016-01-19 22:44:37 +03:00
|
|
|
{
|
2021-04-07 17:16:21 +03:00
|
|
|
"name": "tldr-pages",
|
2020-01-29 14:58:03 +03:00
|
|
|
"description": "Simplified and community-driven man pages",
|
|
|
|
"author": "Romain Prieto",
|
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
|
|
"repository": "tldr-pages/tldr",
|
|
|
|
"homepage": "https://tldr.sh/",
|
2016-01-19 22:44:37 +03:00
|
|
|
"dependencies": {
|
2024-08-01 15:11:31 +03:00
|
|
|
"glob": "11.0.0",
|
2024-06-01 12:14:42 +03:00
|
|
|
"markdownlint-cli": "^0.41.0",
|
2024-04-04 11:05:55 +03:00
|
|
|
"tldr-lint": "^0.0.15"
|
2016-01-19 22:44:37 +03:00
|
|
|
},
|
2021-04-07 17:16:21 +03:00
|
|
|
"devDependencies": {
|
2024-08-01 15:12:11 +03:00
|
|
|
"husky": "^9.1.4"
|
2021-04-07 17:16:21 +03:00
|
|
|
},
|
2016-01-19 22:44:37 +03:00
|
|
|
"scripts": {
|
2019-05-04 20:31:22 +03:00
|
|
|
"lint-markdown": "markdownlint pages*/**/*.md",
|
2020-05-11 02:23:54 +03:00
|
|
|
"lint-tldr-pages": "tldr-lint ./pages",
|
2019-11-15 07:32:04 +03:00
|
|
|
"test": "bash scripts/test.sh",
|
2021-04-07 17:16:21 +03:00
|
|
|
"build-index": "node ./scripts/build-index.js > index.json",
|
2024-02-01 18:39:13 +03:00
|
|
|
"prepare": "husky"
|
2019-04-29 18:51:13 +03:00
|
|
|
},
|
2020-01-29 14:58:03 +03:00
|
|
|
"private": true
|
2016-01-19 22:44:37 +03:00
|
|
|
}
|