{
  "name": "@cspell/dict-mn-mn",
  "version": "1.2.0",
  "description": "Mongolian 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",
    "test": "pnpm test:words && pnpm test:samples",
    "test:samples": "cspell samples",
    "test:words": "hunspell-reader words -n 1000 -m 0 \"src/hunspell/mn_MN.dic\" | cspell -c ./cspell-ext.json \"--locale=mn,mn-MN\" \"--languageId=*\" stdin",
    "prepublishOnly": "pnpm run conditional-build && pnpm test",
    "prepare:dictionary": "cspell-tools-cli gzip \"dict/*.trie\"",
    "conditional-build": "pnpm run sync && pnpm run build --conditional && pnpm run prepare:dictionary",
    "sync:manual": "GITHUB_TOKEN=$(gh auth token) pnpm sync",
    "sync": "sync-github-files bataak/dict-mn mn_MN LICENSE --latest -o src/hunspell"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/mn_MN"
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "mn_MN",
    "Mongolian",
    "dictionary",
    "spelling"
  ],
  "author": "Street Side Software <support@streetsidesoftware.nl>",
  "contributors": [
    "Battseren Badral <bbattseren88@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/mn_MN#readme",
  "files": [
    "dict/mn-mn.trie.gz",
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "d4802eec07d74c523d6004b00ee20d30866ae29d"
}
