specs/package.json

22 lines
478 B
JSON
Raw Normal View History

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