{
  "name": "@cspell/dict-latex",
  "version": "5.1.0",
  "description": "LaTeX cspell dictionary",
  "type": "module",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "cspell-tools-cli compile build",
    "test": "pnpm run test-dict && pnpm run test-check",
    "test-dict": "shx head -n 1000 src/latex.txt | cspell -c ./cspell-ext.json --locale=* --languageId=latex stdin",
    "test-check": "ava",
    "prepublishOnly": "echo pre-publish",
    "prepare:dictionary": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/latex"
  },
  "keywords": [
    "cspell",
    "LaTeX",
    "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/latex#readme",
  "files": [
    "dict/latex.txt",
    "cspell-ext.config.yaml",
    "cspell-ext.json"
  ],
  "gitHead": "4c431181ecf0b2991c62955bb131a161b42cca88"
}
