{
  "name": "@vuepress-denaro/vuepress-plugin-flowchart",
  "version": "1.3.1",
  "description": "Rapid flowchart development plugin for vuepress.vuepress 的快速流程图开发插件.",
  "keywords": [
    "vuepress",
    "vuepress-plugin",
    "theme",
    "denaro",
    "flowchart",
    "流程图"
  ],
  "homepage": "https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-flowchart#readme",
  "bugs": {
    "url": "https://github.com/denaro-org/vuepress-theme-denaro/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/denaro-org/vuepress-theme-denaro.git"
  },
  "license": "MIT",
  "author": "vxhly <pengchengou@gmail.com>",
  "type": "module",
  "exports": {
    ".": "./lib/node/index.js",
    "./client": "./lib/client/index.js",
    "./package.json": "./package.json"
  },
  "main": "./lib/node/index.js",
  "types": "./lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@vuepress/client": "2.0.0-beta.67",
    "flowchart.js": "^1.17.1",
    "vue": "^3.3.7",
    "@vuepress-denaro/core": "1.3.1"
  },
  "devDependencies": {
    "raphael": "^2.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "clean": "npx rimraf lib *.tsbuildinfo ./dist",
    "copy": "cpx \"src/**/*.{d.ts,vue,less,scss,css,html,sass,json,js}\" lib"
  }
}