{
  "name": "cspell",
  "version": "8.6.0",
  "description": "A Spelling Checker for Code!",
  "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
  "bin": {
    "cspell": "bin.mjs",
    "cspell-esm": "bin.mjs"
  },
  "type": "module",
  "sideEffects": false,
  "types": "dist/esm/index.d.mts",
  "module": "dist/esm/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/esm/index.mjs"
    },
    "./app": {
      "import": "./dist/esm/app.mjs"
    },
    "./bin": {
      "import": "./bin.mjs"
    },
    "./bin.mjs": {
      "import": "./bin.mjs"
    },
    "./application": {
      "import": "./dist/esm/application.mjs"
    }
  },
  "files": [
    "bin.mjs",
    "dist",
    "!**/*.tsbuildInfo",
    "!**/__mocks__",
    "!**/test/**",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
    "build": "tsc -b . && ts2mjs dist/esm && pnpm run build:api",
    "build:api": "rollup -c rollup.config.mjs",
    "build:esm": "tsc -b tsconfig.esm.json",
    "build:esm:ts2mjs": "tsc -b tsconfig.esm.json && ts2mjs dist/esm",
    "build:lib": "tsc -b src/lib/tsconfig.json",
    "build:readme": "pnpm build:readme:help",
    "build:readme:help": "pnpm build:readme:help:lint && pnpm build:readme:help:trace && inject-markdown README.md && prettier -w README.md",
    "build:readme:help:lint": "./bin.mjs lint --help > static/help-lint.txt",
    "build:readme:help:trace": "./bin.mjs trace --help > static/help-trace.txt",
    "clean-build": "pnpm run clean && pnpm run build",
    "coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "test": "vitest run",
    "watch": "tsc -b . -w",
    "compile": "tsc -p .",
    "test-watch": "vitest",
    "prepublishOnly": "pnpm run clean-build",
    "test:update-snapshot": "vitest run --update"
  },
  "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-json-reporter": "8.6.0",
    "@cspell/cspell-pipe": "8.6.0",
    "@cspell/cspell-types": "8.6.0",
    "@cspell/dynamic-import": "8.6.0",
    "chalk": "^5.3.0",
    "chalk-template": "^1.1.0",
    "commander": "^12.0.0",
    "cspell-gitignore": "8.6.0",
    "cspell-glob": "8.6.0",
    "cspell-io": "8.6.0",
    "cspell-lib": "8.6.0",
    "fast-glob": "^3.3.2",
    "fast-json-stable-stringify": "^2.1.0",
    "file-entry-cache": "^8.0.0",
    "get-stdin": "^9.0.0",
    "semver": "^7.6.0",
    "strip-ansi": "^7.1.0",
    "vscode-uri": "^3.0.8"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@types/file-entry-cache": "^5.0.4",
    "@types/glob": "^8.1.0",
    "@types/micromatch": "^4.0.6",
    "@types/semver": "^7.5.8",
    "micromatch": "^4.0.5",
    "minimatch": "^9.0.3"
  },
  "gitHead": "78eadb48e8ab400f4fcd159344c5b15968d7ab2e"
}
