mirror of
https://github.com/status-im/specs.git
synced 2025-02-17 16:37:01 +00:00
18 lines
321 B
JSON
18 lines
321 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"
|
|
},
|
|
"scripts": {
|
|
"lint": "remark ."
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"remark-preset-lint-recommended"
|
|
]
|
|
}
|
|
}
|