@cspell/dict-latex
Version:
45 lines (44 loc) • 1.28 kB
JSON
{
"name": "@cspell/dict-latex",
"version": "4.0.3",
"description": "LaTeX cspell dictionary",
"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.json"
],
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021"
}