{
  "name": "cspell-glob",
  "version": "6.29.3",
  "description": "Glob matcher for cspell",
  "keywords": [
    "cspell",
    "glob"
  ],
  "author": "Jason Dent <jason@streetsidesoftware.nl>",
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-glob#readme",
  "license": "MIT",
  "type": "commonjs",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "module": "dist/esm/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "bin.mjs",
    "dist",
    "!dist/esm/**/*.js",
    "!dist/esm/**/*.ts",
    "!**/*.tsbuildInfo",
    "!**/__mocks__",
    "!**/test/**",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "clean": "shx rm -rf dist coverage .tsbuildinfo",
    "build": "tsc -b . && ts2mjs dist/esm",
    "build:esm": "tsc -p tsconfig.esm.json",
    "clean-build": "pnpm run clean && pnpm run build",
    "coverage": "pnpm coverage:vitest && pnpm coverage:fix",
    "coverage:vitest": "vitest run --coverage",
    "coverage:fix": "nyc report --temp-dir \"$(pwd)/coverage\" --reporter lcov --report-dir \"$(pwd)/coverage\" --cwd ../..",
    "test:watch": "vitest",
    "test": "vitest run",
    "watch": "tsc -b . -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-glob"
  },
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "micromatch": "^4.0.5"
  },
  "devDependencies": {
    "@types/micromatch": "^4.0.2",
    "jest": "^29.5.0"
  },
  "gitHead": "a46e27dd5e9d52d83f0bfdbeeafcda58ca516fc1"
}
