{
  "name": "markdown-it",
  "version": "14.3.0",
  "description": "Markdown-it - modern pluggable markdown parser.",
  "keywords": [
    "markdown",
    "parser",
    "commonmark",
    "markdown-it",
    "markdown-it-plugin"
  ],
  "repository": "markdown-it/markdown-it",
  "license": "MIT",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/puzrin"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/markdown-it"
    }
  ],
  "main": "dist/index.cjs.js",
  "module": "index.mjs",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./dist/index.cjs.js"
    },
    "./*": {
      "require": "./*",
      "import": "./*"
    }
  },
  "bin": {
    "markdown-it": "bin/markdown-it.mjs"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && npm run test:cmspec && npm run test:markdown-it && npm run test:build",
    "test:cmspec": "node --test --test-reporter=dot test/cmspec/**/*.test.mjs",
    "test:markdown-it": "node --test test/markdown-it/**/*.test.mjs",
    "test:build": "npm run build && node --test test/build/**/*.test.mjs",
    "pathological:track-ref": "node support/track-ref-pathological.mjs",
    "pathological:update-hash": "node support/track-ref-pathological.mjs --update",
    "coverage": "npm run build && c8 --include 'lib/**' -r text -r html -r lcov node --test --test-reporter=dot",
    "doc": "node support/build_doc.mjs",
    "gh-doc": "npm run doc && gh-pages -d apidoc -f",
    "demo": "npm run lint && node support/build_demo.mjs",
    "gh-demo": "npm run demo && gh-pages -d demo -f -b master -r git@github.com:markdown-it/markdown-it.github.io.git",
    "build": "node support/build-dist.mjs",
    "benchmark-deps": "npm install --prefix benchmark/extra/",
    "specsplit": "support/specsplit.mjs good -o test/fixtures/commonmark/good.txt && support/specsplit.mjs bad -o test/fixtures/commonmark/bad.txt && support/specsplit.mjs",
    "todo": "grep 'TODO' -n -r ./lib 2>/dev/null",
    "prepack": "npm test && npm run build && npm run demo && npm run doc",
    "postpublish": "npm run gh-demo && npm run gh-doc"
  },
  "files": [
    "index.mjs",
    "lib/",
    "dist/"
  ],
  "dependencies": {
    "argparse": "^2.0.1",
    "entities": "^4.5.0",
    "linkify-it": "^5.0.2",
    "mdurl": "^2.0.0",
    "punycode.js": "^2.3.1",
    "uc.micro": "^2.1.0"
  },
  "devDependencies": {
    "c8": "^11.0.0",
    "eslint": "^9.39.4",
    "gh-pages": "^6.3.0",
    "highlight.js": "^11.11.1",
    "markdown-it-abbr": "^2.0.0",
    "markdown-it-container": "^4.0.0",
    "markdown-it-deflist": "^3.0.1",
    "markdown-it-emoji": "^3.0.0",
    "markdown-it-footnote": "^4.0.0",
    "markdown-it-for-inline": "^2.0.1",
    "markdown-it-ins": "^4.0.0",
    "markdown-it-mark": "^4.0.0",
    "markdown-it-sub": "^2.0.0",
    "markdown-it-sup": "^2.0.0",
    "ndoc": "^6.0.1",
    "neostandard": "^0.13.0",
    "terser": "^5.48.0",
    "tinybench": "^6.0.2",
    "vite": "^8.1.2",
    "vite-plugin-singlefile": "^2.3.3"
  }
}
