UNPKG

@cspell/dict-de-ch

Version:
54 lines (53 loc) 1.75 kB
{ "name": "@cspell/dict-de-ch", "version": "1.3.2", "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": "627831379fe16dbfcfbf05fe747f05320b86e615" }