{
  "name": "rehype-wrapper",
  "version": "1.1.0",
  "description": "A rehype plugin that wraps the entire markdown HTML in a new div",
  "license": "MIT",
  "author": "Jake Jarvis <jake@jarv.is> (https://jarv.is)",
  "repository": "jakejarvis/rehype-wrapper",
  "homepage": "https://github.com/jakejarvis/rehype-wrapper#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepublishOnly": "pnpm run build"
  },
  "keywords": [
    "rehype",
    "rehype-plugin",
    "markdown",
    "html",
    "wrapper",
    "unified"
  ],
  "devDependencies": {
    "@types/hast": "^3.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.3",
    "@types/unist": "^3.0.3",
    "jest": "^29.7.0",
    "rehype-stringify": "^10.0.1",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.2",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3",
    "unified": "^11.0.5",
    "vfile": "^6.0.3"
  },
  "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}
