mirror of https://github.com/status-im/specs.git
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"name": "specs",
|
|
"dependencies": {
|
|
"remark-cli": "^6.0.1",
|
|
"remark-lint": "^6.0.2",
|
|
"remark-preset-lint-recommended": "^3.0.2",
|
|
"remark-validate-links": "^10.0.0",
|
|
"textlint": "^11.6.3",
|
|
"textlint-rule-footnote-order": "^1.0.3",
|
|
"textlint-rule-no-empty-section": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"textlint": "textlint docs/",
|
|
"lint": "remark ."
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"remark-preset-lint-recommended"
|
|
]
|
|
}
|
|
}
|