forked from juicedata/juicefs-csi-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 952 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
27
28
{
"name": "juicefs-csi-driver",
"version": "1.0.0",
"author": "Juicedata",
"license": "Apache",
"repository": "github:juicedata/juicefs-csi-driver",
"scripts": {
"autocorrect-lint": "autocorrect --lint ./docs/",
"autocorrect-lint-fix": "autocorrect --fix ./docs/",
"check-broken-link": "./node_modules/.bin/remark --quiet --frail ./docs/",
"markdown-lint": "./node_modules/.bin/markdownlint-cli2 './docs/**/*.md'",
"markdown-lint-fix": "./node_modules/.bin/markdownlint-cli2-fix './docs/**/*.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"
]
}
}