{
  "name": "markmap-lib",
  "version": "0.7.8",
  "description": "Visualize your Markdown as mindmaps with Markmap",
  "author": "Gerald <i@gerald.top>",
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "bin": {
    "markmap": "bin/cli.js"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "dev": "gulp dev",
    "clean": "gulp clean",
    "build:js": "gulp build",
    "prebuild": "npm run ci && npm run clean",
    "prepublishOnly": "npm run build",
    "ci": "npm run lint",
    "build": "tsc && npm run build:js",
    "lint": "eslint --ext .ts ."
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "unpkg": "dist/browser/view.min.js",
  "jsdelivr": "dist/browser/view.min.js",
  "files": [
    "bin",
    "dist",
    "types"
  ],
  "keywords": [
    "markdown",
    "markmap",
    "mindmap"
  ],
  "typings": "types/index.d.ts",
  "repository": "git@github.com:gera2ld/markmap-lib.git",
  "devDependencies": {
    "@gera2ld/plaid": "~2.0.2",
    "@gera2ld/plaid-common-ts": "~2.0.2",
    "@gera2ld/plaid-rollup": "~2.0.2",
    "del": "^5.1.0",
    "fancy-log": "^1.3.3",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-replace": "^1.0.0",
    "husky": "^4.2.5"
  },
  "dependencies": {
    "@babel/runtime": "^7.9.6",
    "@types/d3": "^5.7.2",
    "commander": "^5.1.0",
    "d3": "^5.16.0",
    "d3-flextree": "^2.1.1",
    "open": "^7.0.3",
    "remarkable": "^2.0.0"
  }
}
