{
  "name": "remark-directive-rehype",
  "version": "1.0.0",
  "description": "Remark plugin to enable Markdown directives to be parsed as HTML.",
  "keywords": [
    "remark",
    "plugin",
    "remark-plugin",
    "directive",
    "remark-directive",
    "rehype",
    "unified",
    "mdast",
    "hast",
    "markdown"
  ],
  "license": "Unlicense",
  "homepage": "https://github.com/IGassmann/remark-directive-rehype#readme",
  "repository": "https://github.com/IGassmann/remark-directive-rehype",
  "bugs": "https://github.com/IGassmann/remark-directive-rehype/issues",
  "author": "Igor Gassmann <igor@igassmann.me> (https://igassmann.me)",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "./dist/"
  ],
  "dependencies": {
    "hastscript": "^9.0.1",
    "unist-util-map": "^4.0.0"
  },
  "devDependencies": {
    "@types/unist": "^3.0.3",
    "mdast-util-directive": "^3.1.0",
    "mdast-util-from-markdown": "^2.0.2",
    "typescript": "^5.9.3",
    "unified": "^11.0.5"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "tsc"
  }
}