UNPKG

@cspell/dict-hu-hu

Version:
50 lines (49 loc) 1.5 kB
{ "name": "@cspell/dict-hu-hu", "version": "1.1.0", "description": "Hungarian dictionary for cspell.", "publishConfig": { "access": "public", "provenance": true }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build", "build:conditional": "pnpm build --conditional && pnpm gz", "gz": "cspell-tools-cli gzip \"dict/*.trie\"", "test": "pipe-cmds \"hunspell-reader words -n 1000 -m 0 \\\"src/hunspell/hu_HU.dic\\\"\" \"cspell -c ./cspell-ext.json \\\"--local=hu\\\" \\\"--languageId=*\\\" stdin\"", "prepublishOnly": "echo OK", "prepare:dictionary": "pnpm gz" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/hu_HU" }, "keywords": [ "cspell", "cspell-ext", "hu_HU", "Hungarian", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "contributors": [], "license": "GPL-3.0", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/hu_HU#readme", "files": [ "dict/hu-hu.trie.gz", "cspell-ext.json", "*.js", "*.d.ts" ], "gitHead": "bf836f3c1ffa58ecaa9cefa238857d09c49f7682" }