{
  "name": "@beoe/rehype-d2",
  "type": "module",
  "version": "0.5.4",
  "description": "rehype d2 plugin",
  "keywords": [
    "rehype",
    "d2"
  ],
  "author": "stereobooster",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stereobooster/beoe.git",
    "directory": "packages/rehype-d2"
  },
  "sideEffects": false,
  "homepage": "https://beoe.stereobooster.com/diagrams/d2/",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "files": [
    "dist"
  ],
  "types": "./dist/index.d.js",
  "dependencies": {
    "@terrastruct/d2": "^0.1.23",
    "async-memoize-one": "^1.1.8",
    "tinyglobby": "^0.2.12",
    "@beoe/rehype-code-hook-img": "^0.4.1"
  },
  "devDependencies": {
    "@types/hast": "^3.0.4",
    "rehype-stringify": "^10.0.1",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.1",
    "unified": "^11.0.5"
  },
  "scripts": {
    "test": "vitest",
    "build": "rm -rf dist && tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist"
  }
}