hedgedoc/docs/package.json
renovate[bot] a18638aac5 chore(deps): update yarn to v4.0.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-12 20:00:30 +00:00

13 lines
309 B
JSON

{
"name": "@hedgedoc/docs",
"version": "2.0.0-alpha.2",
"license": "AGPL-3.0",
"scripts": {
"lint": "markdownlint-cli2 content/**/*.md",
"lint:fix": "markdownlint-cli2 --fix content/**/*.md"
},
"devDependencies": {
"markdownlint-cli2": "0.10.0"
},
"packageManager": "yarn@4.0.1"
}