VictoriaMetrics/cspell/package.json
Andrii Chubatiuk 7aab967447
Makefile: cspell makefile refactor
- removed absolute paths to run without docker
- set cspell to default entrypoint value
- set cspell config path instead of cspell.json copying and removal
2025-01-02 12:52:24 +01:00

16 lines
477 B
JSON

{
"devDependencies": {
"@cspell/dict-aws": "^4.0.4",
"@cspell/dict-data-science": "^2.0.1",
"@cspell/dict-en_us": "^4.3.23",
"@cspell/dict-fullstack": "^3.2.0",
"@cspell/dict-golang": "^6.0.12",
"@cspell/dict-k8s": "^1.0.6",
"@cspell/dict-people-names": "^1.1.1",
"@cspell/dict-ru_ru": "^2.2.1",
"@cspell/dict-software-terms": "^4.1.3",
"@cspell/dict-uk-ua": "^4.0.1",
"@cspell/dict-win32": "^2.0.3",
"cspell": "^8.17.1"
}
}