{ "name": "@cspell/cspell-bundled-dicts", "version": "5.21.2", "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": "npm run clean && npm run build", "watch": "npm run build -- --watch", "test": "node ../../bin.js \"*.{txt,md,ts}\"" }, "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": "^2.0.0", "@cspell/dict-aws": "^2.0.0", "@cspell/dict-bash": "^2.0.2", "@cspell/dict-companies": "^2.0.4", "@cspell/dict-cpp": "^3.1.0", "@cspell/dict-cryptocurrencies": "^2.0.0", "@cspell/dict-csharp": "^3.0.1", "@cspell/dict-css": "^2.0.0", "@cspell/dict-dart": "^1.1.0", "@cspell/dict-django": "^2.0.0", "@cspell/dict-dotnet": "^2.0.1", "@cspell/dict-elixir": "^2.0.1", "@cspell/dict-en-gb": "^1.1.33", "@cspell/dict-en_us": "^2.2.5", "@cspell/dict-filetypes": "^2.0.1", "@cspell/dict-fonts": "^2.0.0", "@cspell/dict-fullstack": "^2.0.5", "@cspell/dict-git": "^1.0.1", "@cspell/dict-golang": "^3.0.1", "@cspell/dict-haskell": "^2.0.0", "@cspell/dict-html": "^3.0.1", "@cspell/dict-html-symbol-entities": "^3.0.0", "@cspell/dict-java": "^2.0.0", "@cspell/dict-latex": "^2.0.3", "@cspell/dict-lorem-ipsum": "^2.0.0", "@cspell/dict-lua": "^2.0.0", "@cspell/dict-node": "^2.0.1", "@cspell/dict-npm": "^2.0.3", "@cspell/dict-php": "^2.0.0", "@cspell/dict-powershell": "^2.0.0", "@cspell/dict-public-licenses": "^1.0.4", "@cspell/dict-python": "^3.0.5", "@cspell/dict-r": "^1.0.2", "@cspell/dict-ruby": "^2.0.1", "@cspell/dict-rust": "^2.0.0", "@cspell/dict-scala": "^2.0.0", "@cspell/dict-software-terms": "^2.1.7", "@cspell/dict-swift": "^1.0.2", "@cspell/dict-typescript": "^2.0.0", "@cspell/dict-vue": "^2.0.2" }, "engines": { "node": ">=12.13.0" }, "devDependencies": { "@cspell/cspell-tools": "^5.21.2", "@cspell/cspell-types": "^5.21.2" }, "gitHead": "ce422e9d62a5fbad056c4f82aafcbf98c6a86677" }