2016-01-19 19:44:37 +00:00
|
|
|
{
|
2021-04-07 15:16:21 +01:00
|
|
|
"name": "tldr-pages",
|
2020-01-29 11:58:03 +00: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 19:44:37 +00:00
|
|
|
"dependencies": {
|
2022-01-15 19:39:36 +00:00
|
|
|
"glob": "7.2.0",
|
|
|
|
"markdownlint-cli": "0.30.0",
|
2021-10-12 11:08:12 +01:00
|
|
|
"tldr-lint": "^0.0.13"
|
2016-01-19 19:44:37 +00:00
|
|
|
},
|
2021-04-07 15:16:21 +01:00
|
|
|
"devDependencies": {
|
2022-01-15 19:39:36 +00:00
|
|
|
"husky": "^7.0.4"
|
2021-04-07 15:16:21 +01:00
|
|
|
},
|
2016-01-19 19:44:37 +00:00
|
|
|
"scripts": {
|
2019-05-04 18:31:22 +01:00
|
|
|
"lint-markdown": "markdownlint pages*/**/*.md",
|
2020-05-11 00:23:54 +01:00
|
|
|
"lint-tldr-pages": "tldr-lint ./pages",
|
2019-11-15 04:32:04 +00:00
|
|
|
"test": "bash scripts/test.sh",
|
2021-04-07 15:16:21 +01:00
|
|
|
"build-index": "node ./scripts/build-index.js > index.json",
|
2021-04-08 20:09:05 +01:00
|
|
|
"prepare": "husky install"
|
2019-04-29 16:51:13 +01:00
|
|
|
},
|
2020-01-29 11:58:03 +00:00
|
|
|
"private": true
|
2016-01-19 19:44:37 +00:00
|
|
|
}
|