UNPKG

@cspell/dict-en_us

Version:
62 lines (61 loc) 1.93 kB
{ "name": "@cspell/dict-en_us", "version": "4.4.24", "description": "English dictionary for cspell.", "publishConfig": { "access": "public", "provenance": true }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "build": "pnpm run compile", "sync": "pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat", "compile": "cspell-tools-cli build", "conditional-build": "pnpm run sync && pnpm run build --conditional && pnpm gz", "test-dict": "pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"", "test-text": "cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"", "test": "pnpm run test-dict && pnpm run test-text", "gz": "cspell-tools-cli gzip \"*.trie\"", "prepare:dictionary": "pnpm gz", "prepublishOnly": "echo pre-publish" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/en_US" }, "keywords": [ "cspell", "cspell-ext", "en_US", "English", "American", "US English", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme", "files": [ "en_US.trie.gz", "cspell-ext.json", "src/**/README_en_*.txt", "!scripts" ], "directories": { "test": "tests" }, "devDependencies": { "@cspell/aoo-mozilla-en-dict": "workspace:^", "@cspell/dict-en-shared": "workspace:^" }, "gitHead": "7ddecf3a0f54d1d71d78c4160730524bac87482b" }