2016-01-19 19:44:37 +00:00
|
|
|
{
|
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": {
|
2019-04-29 15:55:15 +01:00
|
|
|
"glob": "7.1.3",
|
2020-10-02 20:33:06 +01:00
|
|
|
"husky": "^2.2.0",
|
2019-11-15 15:42:59 +00:00
|
|
|
"markdownlint-cli": "0.19.0",
|
2020-10-02 20:33:06 +01:00
|
|
|
"tldr-lint": "~0.0.8"
|
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",
|
2019-11-15 04:33:20 +00:00
|
|
|
"build-index": "node ./scripts/build-index.js > index.json"
|
2016-01-19 19:44:37 +00:00
|
|
|
},
|
2019-04-29 16:51:13 +01:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "npm test"
|
|
|
|
}
|
|
|
|
},
|
2020-01-29 11:58:03 +00:00
|
|
|
"private": true
|
2016-01-19 19:44:37 +00:00
|
|
|
}
|