awal/package.json

18 lines
596 B
JSON
Raw Normal View History

2024-12-24 19:22:48 +03:00
{
"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": "pnpm@10.0.0-rc.0+sha512.bce495587126f9a37d64150bf80dcf9bd96f0d64cfd450c9b1a7e5bf2cfc81aef3d50178f259855351c872905a240861a55031652c81e8a11665bfa65f6a1dc2"
2024-12-24 19:22:48 +03:00
}