mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:24:40 +07:00
eac04e991b
* ci: add check-docs workflow * chore: ignore node_modules * chore(deps): add package-lock * style: apply formatting * style: apply formatting * fix: fix typo * fix: fix all proposed changes by markdown-lint * fix: fix trailing spaces * fix(troubleshooting.md): apply minor fi * fix(getting-started): apply minior fix * ci: dont' kick off build when changes made to check-doc.yml * ci: ONLY kick off build when target workflow file changes * trigger build * fix(build.yml): fix syntax * trigger build * fix: fix broken syntax
27 lines
848 B
JSON
27 lines
848 B
JSON
{
|
|
"name": "dae",
|
|
"version": "1.0.0",
|
|
"author": "Daeuniverse",
|
|
"license": "Apache",
|
|
"repository": "github:daeuniverse/dae",
|
|
"scripts": {
|
|
"check-broken-link": "./node_modules/.bin/remark --quiet --frail ./docs/ README*.md",
|
|
"markdown-lint": "./node_modules/.bin/markdownlint-cli2 './docs/**/*.md' README*.md",
|
|
"markdown-lint-fix": "./node_modules/.bin/markdownlint-cli2-fix './docs/**/*.md' README*.md"
|
|
},
|
|
"dependencies": {
|
|
"markdownlint-cli2": "^0.5.1",
|
|
"markdownlint-rule-enhanced-proper-names": "^0.0.1",
|
|
"markdownlint-rule-no-trailing-slash-in-links": "^0.0.1",
|
|
"remark-cli": "^11.0.0",
|
|
"remark-validate-links": "^12.1.0",
|
|
"remark-validate-links-heading-id": "^0.0.3"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"remark-validate-links-heading-id",
|
|
"remark-validate-links"
|
|
]
|
|
}
|
|
}
|