-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.5 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "REPs",
"repository": "https://github.com/RSS3-Network/REPs",
"version": "1.0.0",
"keywords": [],
"license": "CC0-1.0",
"author": "",
"type": "module",
"scripts": {
"lint": "remark -i .gitignore '**/*.md' --quiet --frail",
"format": "remark -i .gitignore '**/*.md' --quiet --frail --output"
},
"remarkConfig": {
"settings": {
"bullet": "-"
},
"plugins": [
"remark-comment-config",
"remark-github",
[
"remark-gfm",
{
"tablePipeAlign": true
}
],
"remark-math",
"remark-preset-lint-consistent",
"remark-preset-lint-recommended",
[
"remark-toc",
{
"heading": "Table of Contents",
"maxDepth": 3
}
],
"remark-validate-links",
[
"remark-lint-list-item-indent",
"space"
],
"remark-lint-no-consecutive-blank-lines",
"remark-lint-no-empty-url"
]
},
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-comment-config": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-lint": "^9.1.2",
"remark-lint-list-item-indent": "^3.1.2",
"remark-lint-no-consecutive-blank-lines": "^4.1.3",
"remark-lint-no-empty-url": "^3.1.2",
"remark-math": "^6.0.0",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"remark-toc": "^9.0.0",
"remark-validate-links": "^13.0.0"
},
"packageManager": "[email protected]"
}