{
  "name": "@cspell/cspell-bundled-dicts",
  "version": "6.17.0",
  "description": "Dictionaries bundled with cspell",
  "publishConfig": {
    "access": "public"
  },
  "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-dev": "tsc -p tsconfig.dev.json",
    "build-dict": "cspell-tools-cli compile compatibility-words.txt",
    "clean": "echo clean",
    "clean-build": "pnpm run clean && pnpm run build",
    "watch": "pnpm run build --watch",
    "test": "node ../../bin.js \"**/*.{txt,md,ts}\"",
    "update-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33",
    "update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" && pnpm run update-fix-en-gb"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "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#readme",
  "dependencies": {
    "@cspell/dict-ada": "^4.0.0",
    "@cspell/dict-aws": "^3.0.0",
    "@cspell/dict-bash": "^4.1.0",
    "@cspell/dict-companies": "^3.0.3",
    "@cspell/dict-cpp": "^4.0.0",
    "@cspell/dict-cryptocurrencies": "^3.0.1",
    "@cspell/dict-csharp": "^4.0.2",
    "@cspell/dict-css": "^4.0.0",
    "@cspell/dict-dart": "^2.0.0",
    "@cspell/dict-django": "^4.0.0",
    "@cspell/dict-docker": "^1.1.3",
    "@cspell/dict-dotnet": "^4.0.0",
    "@cspell/dict-elixir": "^4.0.0",
    "@cspell/dict-en-gb": "1.1.33",
    "@cspell/dict-en_us": "^4.1.0",
    "@cspell/dict-filetypes": "^3.0.0",
    "@cspell/dict-fonts": "^3.0.0",
    "@cspell/dict-fullstack": "^3.0.0",
    "@cspell/dict-git": "^2.0.0",
    "@cspell/dict-golang": "^5.0.0",
    "@cspell/dict-haskell": "^4.0.0",
    "@cspell/dict-html": "^4.0.1",
    "@cspell/dict-html-symbol-entities": "^4.0.0",
    "@cspell/dict-java": "^5.0.2",
    "@cspell/dict-latex": "^3.0.0",
    "@cspell/dict-lorem-ipsum": "^3.0.0",
    "@cspell/dict-lua": "^3.0.0",
    "@cspell/dict-node": "^4.0.1",
    "@cspell/dict-npm": "^5.0.0",
    "@cspell/dict-php": "^3.0.3",
    "@cspell/dict-powershell": "^3.0.0",
    "@cspell/dict-public-licenses": "^2.0.0",
    "@cspell/dict-python": "^4.0.0",
    "@cspell/dict-r": "^2.0.0",
    "@cspell/dict-ruby": "^3.0.0",
    "@cspell/dict-rust": "^3.0.0",
    "@cspell/dict-scala": "^3.0.0",
    "@cspell/dict-software-terms": "^3.0.5",
    "@cspell/dict-sql": "^2.0.0",
    "@cspell/dict-svelte": "^1.0.0",
    "@cspell/dict-swift": "^2.0.0",
    "@cspell/dict-typescript": "^3.0.1",
    "@cspell/dict-vue": "^3.0.0"
  },
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@cspell/cspell-tools": "6.17.0",
    "@cspell/cspell-types": "6.17.0"
  },
  "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21"
}
