{
  "name": "markdown-it-attrs",
  "version": "5.0.0",
  "description": "Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes",
  "main": "index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arve0/markdown-it-attrs.git"
  },
  "author": {
    "name": "Arve Seljebu",
    "email": "arve.seljebu@gmail.com",
    "url": "https://arve0.github.io"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "browser": "browserify index.js -t [ babelify --presets [ @babel/preset-env ] ] --standalone markdown-it-attrs -o markdown-it-attrs.browser.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "preversion": "mocha && npm run browser && git add markdown-it-attrs.browser.js",
    "postpublish": "git push && git push --tags",
    "test": "npm run lint && npm run typecheck && nyc mocha",
    "typecheck": "tsc --project tsconfig.json"
  },
  "homepage": "https://github.com/arve0/markdown-it-attrs",
  "keywords": [
    "commonmark",
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "attributes",
    "classes",
    "ids",
    "identifiers",
    "curly brackets",
    "pandoc",
    "header_attributes"
  ],
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@types/markdown-it": "^14.1.2",
    "babelify": "^10.0.0",
    "browserify": "^17.0.0",
    "coveralls": "^3.1.1",
    "eslint": "^8.4.1",
    "markdown-it": ">=13.0.1",
    "markdown-it-container": "^4.0.0",
    "markdown-it-anchor": "^9.2.0",
    "markdown-it-implicit-figures": ">=0.9.0",
    "markdown-it-katex": "^2.0.3",
    "markdown-it-multimd-table": "^4.2.3",
    "mocha": ">=9.1.3",
    "nyc": ">=15.1.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "markdown-it": ">= 9.0.0"
  },
  "tonicExampleFilename": "demo.js"
}
