@cspell/dict-cs-cz
Version:
Czech dictionary for cspell.
46 lines (45 loc) • 1.39 kB
JSON
{
"name": "@cspell/dict-cs-cz",
"version": "3.0.8",
"description": "Czech dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli build && pnpm prepare:dictionary",
"build:conditional": "cspell-tools-cli build --conditional && pnpm prepare:dictionary",
"test": "pipe-cmds \"hunspell-reader words -n 1000 src/Czech.dic\" \"cspell -c ./cspell-ext.json --locale=cs --languageId=* stdin\"",
"prepare:dictionary": "cspell-tools-cli gzip \"*.trie\"",
"prepublishOnly": "echo pre-publish"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/cs_CZ"
},
"keywords": [
"cspell",
"cs_CZ",
"Czech",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cs_CZ#readme",
"files": [
"Czech.txt",
"Czech.trie.gz",
"cspell-ext.json"
],
"gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615"
}