@cspell/cspell-bundled-dicts
Version:
Dictionaries bundled with cspell
119 lines (118 loc) • 4.04 kB
JSON
{
"name": "@cspell/cspell-bundled-dicts",
"version": "8.18.1",
"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-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33",
"update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" \"!@cspell/dict-en-gb\" --depth 1 --filter-prod . && pnpm update-fix-en-gb"
},
"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.0",
"@cspell/dict-al": "^1.1.0",
"@cspell/dict-aws": "^4.0.9",
"@cspell/dict-bash": "^4.2.0",
"@cspell/dict-companies": "^3.1.14",
"@cspell/dict-cpp": "^6.0.6",
"@cspell/dict-cryptocurrencies": "^5.0.4",
"@cspell/dict-csharp": "^4.0.6",
"@cspell/dict-css": "^4.0.17",
"@cspell/dict-dart": "^2.3.0",
"@cspell/dict-data-science": "^2.0.7",
"@cspell/dict-django": "^4.1.4",
"@cspell/dict-docker": "^1.1.12",
"@cspell/dict-dotnet": "^5.0.9",
"@cspell/dict-elixir": "^4.0.7",
"@cspell/dict-en-common-misspellings": "^2.0.10",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.3.35",
"@cspell/dict-filetypes": "^3.0.11",
"@cspell/dict-flutter": "^1.1.0",
"@cspell/dict-fonts": "^4.0.4",
"@cspell/dict-fsharp": "^1.1.0",
"@cspell/dict-fullstack": "^3.2.6",
"@cspell/dict-gaming-terms": "^1.1.0",
"@cspell/dict-git": "^3.0.4",
"@cspell/dict-golang": "^6.0.19",
"@cspell/dict-google": "^1.0.8",
"@cspell/dict-haskell": "^4.0.5",
"@cspell/dict-html": "^4.0.11",
"@cspell/dict-html-symbol-entities": "^4.0.3",
"@cspell/dict-java": "^5.0.11",
"@cspell/dict-julia": "^1.1.0",
"@cspell/dict-k8s": "^1.0.10",
"@cspell/dict-kotlin": "^1.1.0",
"@cspell/dict-latex": "^4.0.3",
"@cspell/dict-lorem-ipsum": "^4.0.4",
"@cspell/dict-lua": "^4.0.7",
"@cspell/dict-makefile": "^1.0.4",
"@cspell/dict-markdown": "^2.0.9",
"@cspell/dict-monkeyc": "^1.0.10",
"@cspell/dict-node": "^5.0.6",
"@cspell/dict-npm": "^5.1.31",
"@cspell/dict-php": "^4.0.14",
"@cspell/dict-powershell": "^5.0.14",
"@cspell/dict-public-licenses": "^2.0.13",
"@cspell/dict-python": "^4.2.16",
"@cspell/dict-r": "^2.1.0",
"@cspell/dict-ruby": "^5.0.8",
"@cspell/dict-rust": "^4.0.11",
"@cspell/dict-scala": "^5.0.7",
"@cspell/dict-shell": "^1.1.0",
"@cspell/dict-software-terms": "^5.0.2",
"@cspell/dict-sql": "^2.2.0",
"@cspell/dict-svelte": "^1.0.6",
"@cspell/dict-swift": "^2.0.5",
"@cspell/dict-terraform": "^1.1.1",
"@cspell/dict-typescript": "^3.2.0",
"@cspell/dict-vue": "^3.0.4"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@cspell/cspell-tools": "8.18.1",
"@cspell/cspell-types": "8.18.1"
},
"gitHead": "4d647f52891c3300221ff9b2341b0474f68b30b5"
}