{
  "name": "markmap-render",
  "version": "0.18.12",
  "description": "Visualize your Markdown as mindmaps with Markmap",
  "author": "Gerald <gera2ld@live.com>",
  "license": "MIT",
  "scripts": {
    "clean": "del-cli dist tsconfig.tsbuildinfo",
    "build:types": "tsc",
    "build:js": "vite build",
    "build": "pnpm clean && pnpm /^build:/",
    "prepublishOnly": "pnpm build"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "markdown",
    "markmap",
    "mindmap"
  ],
  "homepage": "https://github.com/markmap/markmap/packages/markmap-render#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markmap/markmap.git"
  },
  "bugs": {
    "url": "https://github.com/markmap/markmap/issues"
  },
  "devDependencies": {
    "d3": "^7.8.5",
    "markmap-common": "0.18.9",
    "markmap-view": "0.18.12"
  },
  "dependencies": {
    "@babel/runtime": "^7.22.6"
  },
  "peerDependencies": {
    "markmap-common": "*"
  },
  "gitHead": "205367a24603dc187f67da1658940c6cade20dce"
}
