2016-01-19 22:44:37 +03:00
|
|
|
{
|
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": {
|
2019-04-29 17:55:15 +03:00
|
|
|
"glob": "7.1.3",
|
2019-11-15 18:42:59 +03:00
|
|
|
"markdownlint-cli": "0.19.0",
|
2016-10-03 21:17:21 +03:00
|
|
|
"tldr-lint": "~0.0.7",
|
2019-05-04 02:26:49 +03:00
|
|
|
"husky": "^2.2.0"
|
2016-01-19 22:44:37 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-05-04 20:31:22 +03:00
|
|
|
"lint-markdown": "markdownlint pages*/**/*.md",
|
2016-01-19 22:44:37 +03:00
|
|
|
"lint-tldr": "tldr-lint ./pages",
|
2019-11-15 07:32:04 +03:00
|
|
|
"test": "bash scripts/test.sh",
|
2019-11-15 07:33:20 +03:00
|
|
|
"build-index": "node ./scripts/build-index.js > index.json"
|
2016-01-19 22:44:37 +03:00
|
|
|
},
|
2019-04-29 18:51:13 +03:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "npm test"
|
|
|
|
}
|
|
|
|
},
|
2020-01-29 14:58:03 +03:00
|
|
|
"private": true
|
2016-01-19 22:44:37 +03:00
|
|
|
}
|