@cspell/dict-de-ch
Version:
Swiss German dictionary for CSpell.
54 lines (53 loc) • 1.75 kB
JSON
{
"name": "@cspell/dict-de-ch",
"version": "1.2.3",
"description": "Swiss German 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 gz",
"conditional-build": "pnpm run sync && cspell-tools-cli build --conditional && pnpm gz",
"sync": "pnpm cpy \"node_modules/dictionary-de-ch/**\" src/hunspell",
"test-de": "pipe-cmds \"hunspell-reader words -n 1000 \\\"src/hunspell/index.dic\\\"\" \"cspell -c ./cspell-ext.json --locale=de --languageId=* stdin\"",
"test-samples": "cspell -c ./cspell-ext.json --locale=de,en \"samples/**\"",
"test": "pnpm run test-de && pnpm run test-samples",
"gz": "cspell-tools-cli gzip \"*.trie\"",
"prepare:dictionary": "pnpm gz",
"prepublishOnly": "pnpm run conditional-build && pnpm test"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/de_CH"
},
"keywords": [
"cspell",
"de_CH",
"German",
"Swiss",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/de_CH#readme",
"files": [
"de_CH.trie.gz",
"cspell-ext.json",
"src/hunspell/license"
],
"devDependencies": {
"dictionary-de-ch": "^3.0.0"
},
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021"
}