mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-25 18:54:25 +01:00
1448cf7832
* Lock markdown-link-check to ~3.8.7 * npm audit fix
29 lines
813 B
JSON
29 lines
813 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.1.0",
|
|
"description": "Corona-Warn-App: Documentation repository",
|
|
"main": "README.md",
|
|
"dependencies": {
|
|
"alex": "^8.2.0",
|
|
"markdown-link-check": "~3.8.7",
|
|
"markdownlint": "^0.20.4",
|
|
"markdownlint-cli": "^0.23.2",
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"scripts": {
|
|
"test": "run-s markdownlint checklinks",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:corona-warn-app/cwa-documentation.git"
|
|
},
|
|
"keywords": [
|
|
"docs"
|
|
],
|
|
"author": "Johannes Amorosa",
|
|
"license": "Apache-2.0"
|
|
}
|