2020-07-05 15:37:23 +02:00
|
|
|
{
|
|
|
|
"name": "docs",
|
2022-06-09 12:05:08 +02:00
|
|
|
"version": "1.1.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": {
|
2022-06-10 15:15:22 +02:00
|
|
|
"markdown-link-check": "~3.8.7",
|
2022-10-27 11:46:26 +02:00
|
|
|
"markdownlint": "^0.26.2",
|
|
|
|
"markdownlint-cli": "^0.32.2",
|
2020-07-05 15:37:23 +02:00
|
|
|
"npm-run-all": "^4.1.5"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-06-09 12:05:08 +02:00
|
|
|
"test": "run-s markdownlint checklinks",
|
2020-07-05 15:37:23 +02:00
|
|
|
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
|
2023-02-06 10:56:37 +01:00
|
|
|
"checklinks": "find . -not -path \"*node_modules*\" -not -path \"*.github*\" -name \"*.md\" | xargs -n 1 markdown-link-check"
|
2020-07-05 15:37:23 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:corona-warn-app/cwa-documentation.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"docs"
|
|
|
|
],
|
|
|
|
"author": "Johannes Amorosa",
|
2021-11-26 14:44:08 +01:00
|
|
|
"license": "Apache-2.0"
|
2020-07-05 15:37:23 +02:00
|
|
|
}
|