specs/package.json

22 lines
478 B
JSON
Raw Permalink Normal View History

2020-03-26 12:30:37 +00:00
{
2020-03-26 12:32:53 +00:00
"name": "specs",
2020-03-26 12:30:37 +00:00
"dependencies": {
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.2",
2020-05-21 09:44:13 +00:00
"remark-preset-lint-recommended": "^3.0.2",
2020-05-25 12:18:39 +00:00
"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"
2020-03-26 12:30:37 +00:00
},
"scripts": {
2020-05-25 12:18:39 +00:00
"textlint": "textlint docs/",
"lint": "remark ."
2020-03-26 12:30:37 +00:00
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}