{
  "name": "@gerhobbelt/markdown-it-attrs",
  "version": "4.1.0-24",
  "description": "Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes",
  "keywords": [
    "commonmark",
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "attributes",
    "classes",
    "ids",
    "identifiers",
    "curly brackets",
    "pandoc",
    "header_attributes"
  ],
  "author": {
    "name": "Arve Seljebu",
    "email": "arve.seljebu@gmail.com",
    "url": "https://arve0.github.io"
  },
  "repository": "GerHobbelt/markdown-it-attrs",
  "license": "MIT",
  "type": "module",
  "source": "index.js",
  "main": "./dist/markdownItAttrs.cjs",
  "module": "./dist/markdownItAttrs.mjs",
  "exports": "./dist/markdownItAttrs.modern.js",
  "unpkg": "./dist/markdownItAttrs.umd.js",
  "umd:main": "./dist/markdownItAttrs.umd.js",
  "engines": {
    "node": ">=12.21"
  },
  "scripts": {
    "build": "make",
    "test": "make test",
    "todo": "make todo",
    "clean": "make clean",
    "superclean": "make superclean",
    "doc": "make doc",
    "lint": "make lint",
    "lintfix": "make lintfix",
    "cov": "make report-coverage",
    "pub": "npm publish --access public"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@gerhobbelt/markdown-it": "12.2.0-67",
    "@gerhobbelt/markdown-it-implicit-figures": "0.10.0-6",
    "@gerhobbelt/markdown-it-testgen": "0.1.6-23",
    "@gerhobbelt/prepend-header": "1.1.0-8",
    "@typescript-eslint/eslint-plugin": "5.5.0",
    "@typescript-eslint/parser": "5.5.0",
    "argparse": "2.0.1",
    "cross-env": "7.0.3",
    "eslint": "8.3.0",
    "microbundle": "0.14.2",
    "markdown-it-katex": "2.0.3",
    "mocha": "9.1.3",
    "nyc": "15.1.0"
  },
  "reporter": [
    "lcov",
    "text",
    "html",
    "text-summary"
  ]
}
