{
  "name": "cspell-grammar",
  "version": "6.17.0",
  "description": "Grammar parsing support for cspell",
  "keywords": [
    "cspell",
    "grammar"
  ],
  "author": "Jason Dent <jason@streetsidesoftware.nl>",
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-gitignore#readme",
  "license": "MIT",
  "bin": {
    "cspell-grammar": "bin.js"
  },
  "main": "dist/index.js",
  "directories": {
    "dist": "dist"
  },
  "typings": "index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "dist/*"
      ],
      "parsers/*": [
        "dist/parsers/*"
      ],
      "index.d.ts": [
        "dist/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": "./dist/index.js",
    "./parsers/typescript": "./dist/parsers/typescript/index.js",
    "./parsers/typescript/index.js": "./dist/parsers/typescript/index.js"
  },
  "files": [
    "dist",
    "bin.js",
    "!**/__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-grammar"
  },
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@types/node": "^18.11.10",
    "jest": "^29.3.1",
    "rimraf": "^3.0.2"
  },
  "dependencies": {
    "@cspell/cspell-pipe": "6.17.0",
    "@cspell/cspell-types": "6.17.0"
  },
  "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21"
}
