@cspell/cspell-bundled-dicts
Version:
Dictionaries bundled with cspell
118 lines (117 loc) • 3.93 kB
JSON
{
"name": "@cspell/cspell-bundled-dicts",
"version": "9.2.0",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
"main": "cspell-default.json",
"files": [
"cspell-default.json",
"cspell-default.config.js",
"cspell-compatibility.json",
"compatibility-words.txt.gz"
],
"exports": {
".": "./cspell-default.config.js",
"./cspell-default.config.js": "./cspell-default.config.js",
"./cspell-default.json": "./cspell-default.json"
},
"scripts": {
"build": "tsc -p .",
"build-dict": "cspell-tools-cli compile compatibility-words.txt",
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"clean-build": "pnpm run clean && pnpm run build",
"watch": "pnpm run build --watch",
"test": "node ../../bin.mjs \"**/*.{txt,md,ts}\"",
"update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" --depth 1 --filter-prod ."
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-bundled-dicts"
},
"keywords": [
"spell",
"checker",
"cspell",
"dictionaries"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-bundled-dicts"
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-bundled-dicts#readme",
"dependencies": {
"@cspell/dict-ada": "^4.1.1",
"@cspell/dict-al": "^1.1.1",
"@cspell/dict-aws": "^4.0.12",
"@cspell/dict-bash": "^4.2.1",
"@cspell/dict-companies": "^3.2.2",
"@cspell/dict-cpp": "^6.0.9",
"@cspell/dict-cryptocurrencies": "^5.0.5",
"@cspell/dict-csharp": "^4.0.7",
"@cspell/dict-css": "^4.0.18",
"@cspell/dict-dart": "^2.3.1",
"@cspell/dict-data-science": "^2.0.9",
"@cspell/dict-django": "^4.1.5",
"@cspell/dict-docker": "^1.1.15",
"@cspell/dict-dotnet": "^5.0.10",
"@cspell/dict-elixir": "^4.0.8",
"@cspell/dict-en-common-misspellings": "^2.1.3",
"@cspell/dict-en-gb-mit": "^3.1.5",
"@cspell/dict-en_us": "^4.4.15",
"@cspell/dict-filetypes": "^3.0.13",
"@cspell/dict-flutter": "^1.1.1",
"@cspell/dict-fonts": "^4.0.5",
"@cspell/dict-fsharp": "^1.1.1",
"@cspell/dict-fullstack": "^3.2.7",
"@cspell/dict-gaming-terms": "^1.1.2",
"@cspell/dict-git": "^3.0.7",
"@cspell/dict-golang": "^6.0.23",
"@cspell/dict-google": "^1.0.9",
"@cspell/dict-haskell": "^4.0.6",
"@cspell/dict-html": "^4.0.12",
"@cspell/dict-html-symbol-entities": "^4.0.4",
"@cspell/dict-java": "^5.0.12",
"@cspell/dict-julia": "^1.1.1",
"@cspell/dict-k8s": "^1.0.12",
"@cspell/dict-kotlin": "^1.1.1",
"@cspell/dict-latex": "^4.0.4",
"@cspell/dict-lorem-ipsum": "^4.0.5",
"@cspell/dict-lua": "^4.0.8",
"@cspell/dict-makefile": "^1.0.5",
"@cspell/dict-markdown": "^2.0.12",
"@cspell/dict-monkeyc": "^1.0.11",
"@cspell/dict-node": "^5.0.8",
"@cspell/dict-npm": "^5.2.12",
"@cspell/dict-php": "^4.0.15",
"@cspell/dict-powershell": "^5.0.15",
"@cspell/dict-public-licenses": "^2.0.14",
"@cspell/dict-python": "^4.2.19",
"@cspell/dict-r": "^2.1.1",
"@cspell/dict-ruby": "^5.0.9",
"@cspell/dict-rust": "^4.0.12",
"@cspell/dict-scala": "^5.0.8",
"@cspell/dict-shell": "^1.1.1",
"@cspell/dict-software-terms": "^5.1.4",
"@cspell/dict-sql": "^2.2.1",
"@cspell/dict-svelte": "^1.0.7",
"@cspell/dict-swift": "^2.0.6",
"@cspell/dict-terraform": "^1.1.3",
"@cspell/dict-typescript": "^3.2.3",
"@cspell/dict-vue": "^3.0.5"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@cspell/cspell-tools": "9.2.0",
"@cspell/cspell-types": "9.2.0"
},
"gitHead": "6004e6a19e11985bc61e6578846195be07365049"
}