rfc/package.json

22 lines
485 B
JSON
Raw Normal View History

2020-01-31 16:33:54 +00:00
{
"name": "@vacp2p/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"
2020-01-31 16:33:54 +00:00
},
"scripts": {
"textlint": "textlint specs/",
2020-01-31 16:33:54 +00:00
"lint": "remark ."
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}