{
  "name": "markdown-it-deflist",
  "version": "4.0.0",
  "description": "<dl> tag for markdown-it markdown parser.",
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown",
    "definition list"
  ],
  "repository": "markdown-it/markdown-it-deflist.git",
  "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": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./index.mjs"
    },
    "./*": {
      "require": "./*",
      "import": "./*"
    }
  },
  "files": [
    "index.mjs",
    "lib/",
    "dist/"
  ],
  "scripts": {
    "lint": "eslint .",
    "build": "rollup -c",
    "test": "npm run lint && npm run build && c8 --exclude dist --exclude test -r text -r html -r lcov node --test",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "c8": "^12.0.0",
    "eslint": "^9.39.4",
    "markdown-it": "^14.3.0",
    "neostandard": "^0.13.0",
    "rollup": "^4.62.2"
  }
}
