{
  "name": "@cspell/dict-latex",
  "version": "3.0.0",
  "description": "LaTeX cspell dictionary",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "cspell-tools compile \"latex.txt\" -o .",
    "test": "yarn run test-dict && yarn run test-check",
    "test-dict": "head -n 1000 \"latex.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=latex stdin",
    "test-check": "ava",
    "prepublishOnly": "echo pre-publish",
    "prepare": "yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "LaTeX",
    "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/latex#readme",
  "files": [
    "latex.txt.gz",
    "cspell-ext.json"
  ],
  "gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68"
}
