{
  "name": "@cspell/cspell-bundled-dicts",
  "version": "10.0.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",
    "dist/cspell-bundled.mjs"
  ],
  "exports": {
    ".": "./cspell-default.config.js",
    "./cspell-bundled.js": "./dist/cspell-bundled.mjs",
    "./cspell-default.config.js": "./cspell-default.config.js",
    "./cspell-default.json": "./cspell-default.json"
  },
  "scripts": {
    "build": "tsc -p . && tsdown",
    "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.17",
    "@cspell/dict-bash": "^4.2.2",
    "@cspell/dict-companies": "^3.2.11",
    "@cspell/dict-cpp": "^7.0.2",
    "@cspell/dict-cryptocurrencies": "^5.0.5",
    "@cspell/dict-csharp": "^4.0.8",
    "@cspell/dict-css": "^4.1.1",
    "@cspell/dict-dart": "^2.3.2",
    "@cspell/dict-data-science": "^2.0.13",
    "@cspell/dict-django": "^4.1.6",
    "@cspell/dict-docker": "^1.1.17",
    "@cspell/dict-dotnet": "^5.0.13",
    "@cspell/dict-elixir": "^4.0.8",
    "@cspell/dict-en-common-misspellings": "^2.1.12",
    "@cspell/dict-en-gb-mit": "^3.1.22",
    "@cspell/dict-en_us": "^4.4.33",
    "@cspell/dict-filetypes": "^3.0.18",
    "@cspell/dict-flutter": "^1.1.1",
    "@cspell/dict-fonts": "^4.0.6",
    "@cspell/dict-fsharp": "^1.1.1",
    "@cspell/dict-fullstack": "^3.2.9",
    "@cspell/dict-gaming-terms": "^1.1.2",
    "@cspell/dict-git": "^3.1.0",
    "@cspell/dict-golang": "^6.0.26",
    "@cspell/dict-google": "^1.0.9",
    "@cspell/dict-haskell": "^4.0.6",
    "@cspell/dict-html": "^4.0.15",
    "@cspell/dict-html-symbol-entities": "^4.0.5",
    "@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": "^5.1.0",
    "@cspell/dict-lorem-ipsum": "^4.0.5",
    "@cspell/dict-lua": "^4.0.8",
    "@cspell/dict-makefile": "^1.0.5",
    "@cspell/dict-markdown": "^2.0.16",
    "@cspell/dict-monkeyc": "^1.0.12",
    "@cspell/dict-node": "^5.0.9",
    "@cspell/dict-npm": "^5.2.38",
    "@cspell/dict-php": "^4.1.1",
    "@cspell/dict-powershell": "^5.0.15",
    "@cspell/dict-public-licenses": "^2.0.16",
    "@cspell/dict-python": "^4.2.26",
    "@cspell/dict-r": "^2.1.1",
    "@cspell/dict-ruby": "^5.1.1",
    "@cspell/dict-rust": "^4.1.2",
    "@cspell/dict-scala": "^5.0.9",
    "@cspell/dict-shell": "^1.1.2",
    "@cspell/dict-software-terms": "^5.2.2",
    "@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",
    "@cspell/dict-zig": "^1.0.0"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "devDependencies": {
    "@cspell/cspell-tools": "10.0.0",
    "@cspell/cspell-types": "10.0.0",
    "@cspell/dictionary-bundler-plugin": ""
  },
  "gitHead": "6ddfd576b6bb554a7cb8dba1ab053a0b6ff8021f"
}
