{
  "name": "@gerhobbelt/markdown-it-kbd",
  "version": "2.2.2-10",
  "description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>",
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown",
    "keystroke",
    "kbd"
  ],
  "homepage": "https://github.com/jGleitz/markdown-it-kbd",
  "license": "GPL-3.0",
  "author": {
    "name": "Joshua Gleitze",
    "url": "https://joshuagleitze.de"
  },
  "repository": "jGleitz/markdown-it-kbd",
  "type": "module",
  "source": "src/index.ts",
  "main": "./dist/markdownItKbd.cjs",
  "module": "./dist/markdownItKbd.mjs",
  "exports": "./dist/markdownItKbd.modern.js",
  "unpkg": "./dist/markdownItKbd.umd.js",
  "umd:main": "./dist/markdownItKbd.umd.js",
  "types": "./dist/markdownItKbd.d.ts",
  "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.1.0-64",
    "@gerhobbelt/markdown-it-attrs": "4.0.0-22",
    "@gerhobbelt/markdown-it-testgen": "0.1.6-23",
    "@gerhobbelt/markdown-it-wikilinks": "1.1.1-12",
    "@gerhobbelt/prepend-header": "1.1.0-8",
    "@types/markdown-it": "12.0.2",
    "@typescript-eslint/eslint-plugin": "4.28.1",
    "@typescript-eslint/parser": "4.28.1",
    "cross-env": "7.0.3",
    "eslint": "7.30.0",
    "microbundle": "0.13.3",
    "mocha": "9.0.2",
    "nyc": "15.1.0"
  },
  "reporter": [
    "lcov",
    "text",
    "html",
    "text-summary"
  ]
}
