mirror of https://github.com/vacp2p/rfc.git
17 lines
289 B
JSON
17 lines
289 B
JSON
|
{
|
||
|
"name": "@vacp2p/specs",
|
||
|
"dependencies": {
|
||
|
"remark-cli": "^6.0.1",
|
||
|
"remark-lint": "^6.0.2",
|
||
|
"remark-preset-lint-recommended": "^3.0.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "remark ."
|
||
|
},
|
||
|
"remarkConfig": {
|
||
|
"plugins": [
|
||
|
"remark-preset-lint-recommended"
|
||
|
]
|
||
|
}
|
||
|
}
|