{
  "name": "reveal.js-mermaid-plugin",
  "version": "11.12.3",
  "description": "A mermaid plugin for reveal.js.",
  "homepage": "https://zjffun.github.io/reveal.js-mermaid-plugin",
  "main": "plugin/mermaid/mermaid.js",
  "module": "plugin/mermaid/mermaid.esm.js",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "yarn run build",
    "test": "gulp test",
    "start": "gulp serve",
    "build": "gulp build",
    "afterRelease": "node ./scripts/after-release.mjs"
  },
  "author": {
    "name": "JuFeng Zhang",
    "email": "zjffun@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/zjffun/reveal.js-mermaid-plugin.git"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "keywords": [
    "reveal",
    "mermaid",
    "plugin"
  ],
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/eslint-parser": "^7.14.3",
    "@babel/preset-env": "^7.14.2",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "babel-plugin-transform-html-import-to-string": "0.0.1",
    "core-js": "^3.12.1",
    "glob": "^7.1.7",
    "gulp": "^4.0.2",
    "gulp-connect": "^5.7.0",
    "mermaid": "^11.12.2",
    "node-qunit-puppeteer": "^2.1.0",
    "qunit": "^2.17.2",
    "rollup": "^2.48.0",
    "rollup-plugin-terser": "^7.0.2",
    "yargs": "^15.1.0"
  },
  "browserslist": [
    "> 0.5%",
    "IE 11",
    "not dead"
  ]
}
