mirror of https://github.com/status-im/specs.git
28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
|
"name": "specs",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"textlint": "textlint docs/",
|
|
"lint": "remark .",
|
|
"deploy": "node scripts/deploy.js"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"remark-preset-lint-recommended"
|
|
]
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^3.2.3"
|
|
}
|
|
}
|