17 lines
590 B
JSON
17 lines
590 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"spell": "cspell lint -c .cspell.json '**/*.md'"
|
|
},
|
|
"devDependencies": {
|
|
"@cspell/dict-en-gb": "^4.1.12",
|
|
"@cspell/dict-fullstack": "^3.1.5",
|
|
"@cspell/dict-latex": "^4.0.0",
|
|
"@cspell/dict-markdown": "^2.0.1",
|
|
"@cspell/dict-ru_ru": "^2.0.5",
|
|
"@cspell/dict-software-terms": "^3.1.6",
|
|
"@evilmartians/lefthook": "^1.3.9",
|
|
"cspell": "^6.30.2"
|
|
},
|
|
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
|
|
}
|