{
  "name": "cspell-cli",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "version": "9.6.0",
  "description": "CLI for cspell; A Spelling Checker for Code!",
  "type": "module",
  "module": "index.js",
  "bin": {
    "cspell-cli": "index.js"
  },
  "scripts": {
    "version-prerelease": "npx version-release -p",
    "version-release-minor": "npx standard-version -r minor",
    "version-release-patch": "npx standard-version -r patch",
    "version-release": "npx standard-version",
    "lint:fix": "prettier -w .",
    "build:readme": "npm run build:help && npm run build:help-lint && npm run build:help-trace && npm run build:help-check && npm run build:help-suggestions && npm run build:help-link && inject-markdown README.md",
    "build:help": "node index.js --help > static/help.txt",
    "build:help-lint": "node index.js lint --help > static/help-lint.txt",
    "build:help-trace": "node index.js trace --help > static/help-trace.txt",
    "build:help-check": "node index.js check --help > static/help-check.txt",
    "build:help-suggestions": "node index.js suggestions --help > static/help-suggestions.txt",
    "build:help-link": "node index.js link --help > static/help-link.txt",
    "test": "node ./index.js ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-cli.git"
  },
  "keywords": [
    "cspell"
  ],
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-cli/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-cli#readme",
  "files": [
    ".pre-commit-hooks.yaml",
    "index.js"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "cspell": "^9.6.2"
  },
  "devDependencies": {
    "inject-markdown": "^4.0.0",
    "prettier": "^3.8.1"
  }
}
