{
  "name": "@microflash/rehype-figure",
  "version": "2.1.4",
  "description": "rehype plugin to transform an image with alt text to a figure with caption",
  "license": "MIT",
  "keywords": [
    "unified",
    "rehype",
    "rehype-plugin",
    "plugin",
    "figure",
    "caption",
    "image"
  ],
  "repository": "https://github.com/Microflash/rehype-figure.git",
  "bugs": "https://github.com/Microflash/rehype-figure/issues",
  "homepage": "https://github.com/Microflash/rehype-figure#readme",
  "author": "Naiyer Asif (https://www.naiyerasif.com)",
  "type": "module",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "hast-util-whitespace": "^3.0.0",
    "hastscript": "^9.0.1",
    "unist-util-remove": "^4.0.0",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "rehype-stringify": "^10.0.1",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.2",
    "unified": "^11.0.5"
  },
  "scripts": {
    "snapshot": "node --test-update-snapshots ./test/plugin.test.js",
    "test": "node --test ./test/plugin.test.js"
  }
}