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": {
|
2021-07-10 17:16:50 +03:00
|
|
|
"glob": "7.1.7",
|
2021-04-07 17:16:21 +03:00
|
|
|
"markdownlint-cli": "0.27.1",
|
2021-04-18 17:19:18 +03:00
|
|
|
"tldr-lint": "~0.0.11"
|
2016-01-19 22:44:37 +03:00
|
|
|
},
|
2021-04-07 17:16:21 +03:00
|
|
|
"devDependencies": {
|
2021-07-10 17:16:50 +03:00
|
|
|
"husky": "^7.0.1"
|
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",
|
2021-04-08 22:09:05 +03:00
|
|
|
"prepare": "husky install"
|
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
|
|
|
}
|