@cspell/dict-sk-sk
Version:
Slovak dictionary for cspell.
46 lines (45 loc) • 1.39 kB
JSON
{
"name": "@cspell/dict-sk-sk",
"version": "1.1.7",
"description": "Slovak 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/Slovak.dic\" \"cspell -c ./cspell-ext.json --locale=sk --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/sk_SK"
},
"keywords": [
"cspell",
"sk_SK",
"Slovak",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MPL v2",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/sk_SK#readme",
"files": [
"Slovak.txt",
"Slovak.trie.gz",
"cspell-ext.json"
],
"gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615"
}