{
  "name": "@cspell/dict-en_us",
  "version": "4.1.0",
  "description": "English dictionary for cspell.",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "yarn run compile",
    "sync": "yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat",
    "checksum": "shasum -c checksum.txt",
    "compile": "cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum",
    "conditional-build": "yarn run sync && yarn run --silent checksum || yarn run build",
    "test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
    "test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"",
    "gen-checksum": "cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt",
    "test": "yarn run test-dict && yarn run test-text",
    "prepare": "gzip -f -k *.trie",
    "prepublishOnly": "echo pre-publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "en_US",
    "English",
    "American",
    "US English",
    "dictionary",
    "spelling"
  ],
  "author": "Jason Dent",
  "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/hunspell/README_en_US-large.txt",
    "src/**/README_en_US.txt",
    "!scripts"
  ],
  "directories": {
    "test": "tests"
  },
  "devDependencies": {
    "aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict"
  },
  "gitHead": "0ff60cafb9ed7a87ee5e745a54697ed6dd2394ee"
}
