{
  "name": "cspell",
  "version": "6.17.0",
  "description": "A Spelling Checker for Code!",
  "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "bin": {
    "cspell": "bin.js"
  },
  "exports": {
    ".": "./dist/index.js",
    "./app": "./dist/app.js",
    "./bin": "./bin.js",
    "./bin.js": "./bin.js",
    "./application": "./dist/application.js",
    "./dist/app": "./dist/app.js",
    "./dist/application": "./dist/application.js"
  },
  "typesVersions": {
    ">=4.0": {
      "*": [
        "dist/*",
        "*"
      ]
    }
  },
  "files:comment": "Due to a lerna bug, patterns like `!**/*.map` are not getting recursively honored",
  "files": [
    "bin.js",
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "clean": "rimraf dist coverage .tsbuildinfo",
    "build": "pnpm run compile && pnpm run build-api",
    "build-api": "rollup -c rollup.config.mjs",
    "build-dev": "tsc -p tsconfig.dev.json",
    "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/issues"
  },
  "homepage": "https://streetsidesoftware.github.io/cspell/",
  "dependencies": {
    "@cspell/cspell-pipe": "6.17.0",
    "chalk": "^4.1.2",
    "commander": "^9.4.1",
    "cspell-gitignore": "6.17.0",
    "cspell-glob": "6.17.0",
    "cspell-lib": "6.17.0",
    "fast-json-stable-stringify": "^2.1.0",
    "file-entry-cache": "^6.0.1",
    "fs-extra": "^10.1.0",
    "get-stdin": "^8.0.0",
    "glob": "^8.0.3",
    "imurmurhash": "^0.1.4",
    "semver": "^7.3.8",
    "strip-ansi": "^6.0.1",
    "vscode-uri": "^3.0.6"
  },
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@cspell/cspell-json-reporter": "6.17.0",
    "@cspell/cspell-types": "6.17.0",
    "@types/file-entry-cache": "^5.0.2",
    "@types/fs-extra": "^9.0.13",
    "@types/glob": "^8.0.0",
    "@types/imurmurhash": "^0.1.1",
    "@types/micromatch": "^4.0.2",
    "@types/minimatch": "^5.1.2",
    "@types/semver": "^7.3.13",
    "jest": "^29.3.1",
    "micromatch": "^4.0.5",
    "minimatch": "^5.1.1",
    "rimraf": "^3.0.2",
    "rollup": "^3.5.1",
    "rollup-plugin-dts": "^5.0.0"
  },
  "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21"
}
