{
  "name": "cspell-gitignore",
  "version": "6.17.0",
  "description": "Gitignore Glob matcher for cspell",
  "keywords": [
    "cspell",
    "gitignore",
    "glob"
  ],
  "author": "Jason Dent <jason@streetsidesoftware.nl>",
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-gitignore#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "bin": {
    "cspell-gitignore": "bin.js"
  },
  "directories": {
    "dist": "dist"
  },
  "typings": "dist/index.d.ts",
  "files": [
    "bin.js",
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "build": "tsc -p .",
    "build-dev": "tsc -p tsconfig.dev.json",
    "watch": "tsc -p . -w",
    "clean": "rimraf dist coverage .tsbuildinfo",
    "clean-build": "pnpm run clean && pnpm run build",
    "coverage": "jest --coverage",
    "test-watch": "jest --watch",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-gitignore"
  },
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "cspell-glob": "6.17.0",
    "find-up": "^5.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.10",
    "jest": "^29.3.1",
    "rimraf": "^3.0.2"
  },
  "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21"
}
