forked from daeuniverse/dae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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"
]
}
}