{
  "name": "@liradb2000/markdown-it-mermaid",
  "version": "0.4.4",
  "description": "Forked Package markdown-it-mermaid (Newely).",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack --progress --color",
    "build:watch": "npm build --watch",
    "release": "npm build -p",
    "test": "node -r @babel/register test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liradb2000/markdown-it-mermaid.git"
  },
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown",
    "mermaid",
    "flowchart",
    "sequence"
  ],
  "author": "DB KIM <https://github.com/liradb2000>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liradb2000/markdown-it-mermaid/issues"
  },
  "homepage": "https://github.com/liradb2000/markdown-it-mermaid#readme",
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-es2016": "^7.0.0-beta.53",
    "@babel/register": "^7.13.16",
    "babel-loader": "^8.1.0",
    "markdown-it": "^8.4.2",
    "standard": "^10.0.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12",
    "webpack-node-externals": "^2.5.0"
  },
  "dependencies": {
    "mermaid": "^8.13.0",
    "npm": "^7.24.1"
  }
}
