17 lines
413 B
Text
17 lines
413 B
Text
|
{
|
||
|
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',
|
||
|
},
|
||
|
}
|