panache 2.41.0

An LSP, formatter, and linter for Markdown, Quarto, and R Markdown
{
  "name": "panache-pre-commit",
  "version": "2.41.0",
  "description": "pre-commit hook wrapper for panache",
  "private": true,
  "license": "MIT",
  "bin": {
    "panache": "./bin/panache-precommit.js"
  },
  "files": [
    "bin/",
    ".pre-commit-hooks.yaml"
  ],
  "dependencies": {
    "@panache-cli/panache": "2.41.0"
  },
  "engines": {
    "node": ">=20"
  }
}