2020-07-05 15:37:23 +02:00
|
|
|
{
|
|
|
|
"name": "docs",
|
|
|
|
"version": "1.0.0",
|
2020-07-14 15:19:00 +02:00
|
|
|
"description": "Corona-Warn-App: Documentation repository",
|
2020-07-05 15:37:23 +02:00
|
|
|
"main": "README.md",
|
|
|
|
"dependencies": {
|
2020-08-03 11:46:59 +02:00
|
|
|
"alex": "^8.2.0",
|
2020-07-05 15:37:23 +02:00
|
|
|
"markdown-link-check": "^3.8.1",
|
|
|
|
"markdown-spellcheck": "^1.3.1",
|
|
|
|
"markdownlint": "^0.20.4",
|
2020-07-13 23:08:16 +02:00
|
|
|
"markdownlint-cli": "^0.23.2",
|
2020-07-05 15:37:23 +02:00
|
|
|
"npm-run-all": "^4.1.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
2020-07-14 15:19:00 +02:00
|
|
|
"test": "run-s markdownlint checklinks format-spelling",
|
2020-07-05 15:37:23 +02:00
|
|
|
"spellcheck": "mdspell '**/*.md' --en-us -t -n -a --report '!**/node_modules/**/*.md' '!**/.github/**/*.md' '!**/translations/**/*.md'",
|
|
|
|
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
|
|
|
|
"checklinks": "find . -not -path \"*node_modules*\" -not -path \"*.github*\" -name \"*.md\" | xargs -n 1 markdown-link-check",
|
|
|
|
"detect-inconsiderate-language": "alex",
|
|
|
|
"format-spelling": "sort < .spelling | sort | uniq | tee .spelling.tmp > /dev/null && mv .spelling.tmp .spelling"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:corona-warn-app/cwa-documentation.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"docs"
|
|
|
|
],
|
|
|
|
"author": "Johannes Amorosa",
|
|
|
|
"license": "Apache 2.0"
|
|
|
|
}
|