{
  "name": "cspell-lib",
  "version": "6.17.0",
  "description": "A library of useful functions used across various cspell tools.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files:comment": "Due to a lerna bug, patterns like `!**/*.map` are not getting recursively honored",
  "files": [
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "clean": "rimraf dist temp coverage .tsbuildinfo",
    "build": "pnpm run compile && pnpm run build-api",
    "build-dev": "tsc -p tsconfig.dev.json",
    "build-api": "rollup -c api/rollup.config.mjs",
    "clean-build": "pnpm run clean && pnpm run build",
    "compile": "tsc -p .",
    "watch": "tsc --watch -p .",
    "coverage": "jest --coverage",
    "test-watch": "jest --watch",
    "prepublishOnly": "pnpm run clean-build",
    "test": "jest",
    "update-snapshot": "jest --updateSnapshot"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "keywords": [
    "spell",
    "checker",
    "code",
    "camel",
    "case",
    "spelling",
    "spell checker",
    "spelling checker",
    "lint"
  ],
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-lib"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
  "dependencies": {
    "@cspell/cspell-bundled-dicts": "6.17.0",
    "@cspell/cspell-pipe": "6.17.0",
    "@cspell/cspell-types": "6.17.0",
    "@cspell/strong-weak-map": "6.17.0",
    "clear-module": "^4.1.2",
    "comment-json": "^4.2.3",
    "configstore": "^5.0.1",
    "cosmiconfig": "^8.0.0",
    "cspell-dictionary": "6.17.0",
    "cspell-glob": "6.17.0",
    "cspell-grammar": "6.17.0",
    "cspell-io": "6.17.0",
    "cspell-trie-lib": "6.17.0",
    "fast-equals": "^4.0.3",
    "find-up": "^5.0.0",
    "fs-extra": "^10.1.0",
    "gensequence": "^4.0.2",
    "import-fresh": "^3.3.0",
    "resolve-from": "^5.0.0",
    "resolve-global": "^1.0.0",
    "vscode-languageserver-textdocument": "^1.0.7",
    "vscode-uri": "^3.0.6"
  },
  "engines": {
    "node": ">=14.6"
  },
  "devDependencies": {
    "@cspell/dict-cpp": "^4.0.0",
    "@cspell/dict-csharp": "^4.0.2",
    "@cspell/dict-css": "^3.0.0",
    "@cspell/dict-fa-ir": "^2.0.0",
    "@cspell/dict-fr-fr": "^2.1.1",
    "@cspell/dict-html": "^4.0.1",
    "@cspell/dict-nl-nl": "^2.2.7",
    "@cspell/dict-python": "^4.0.0",
    "@types/configstore": "^5.0.1",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^29.2.3",
    "@types/node": "^18.11.10",
    "cspell-dict-nl-nl": "^1.1.2",
    "jest": "^29.3.1",
    "lorem-ipsum": "^2.0.8",
    "rimraf": "^3.0.2",
    "rollup": "^3.5.1",
    "rollup-plugin-dts": "^5.0.0",
    "ts-jest": "^29.0.3"
  },
  "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21"
}
