{
  "name": "@mdit/plugin-footnote",
  "version": "1.1.0",
  "description": "footnote plugin for MarkdownIt",
  "keywords": [
    "footnote",
    "markdown-it",
    "markdown-it-plugin"
  ],
  "homepage": "https://mdit-plugins.github.io/footnote.html",
  "bugs": {
    "url": "https://github.com/mdit-plugins/mdit-plugins/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mister-hope.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdit-plugins/mdit-plugins.git",
    "directory": "packages/plugin-footnote"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "unpkg": "./dist/cdn.umd.js",
  "jsdelivr": "./dist/cdn.umd.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "clean": "rimraf ./dist"
  },
  "dependencies": {
    "@mdit/helper": "1.1.0"
  },
  "peerDependencies": {
    "markdown-it": "^15.0.0"
  },
  "engines": {
    "node": ">=22"
  },
  "gitHead": "2485761e873fa8ccf0bc0027ee3b150fc6787865"
}
