{
  "name": "@toast-ui/editor-plugin-uml",
  "version": "3.0.1",
  "description": "TOAST UI Editor : UML Plugin",
  "keywords": [
    "nhn",
    "nhn cloud",
    "toast",
    "toastui",
    "toast-ui",
    "editor",
    "plugin",
    "uml"
  ],
  "main": "dist/toastui-editor-plugin-uml.js",
  "types": "index.d.ts",
  "files": [
    "dist/*.js",
    "index.d.ts"
  ],
  "author": "NHN Cloud FE Development Lab <dl_javascript@nhn.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nhn/tui.editor.git",
    "directory": "plugins/uml"
  },
  "bugs": {
    "url": "https://github.com/nhn/tui.editor/issues"
  },
  "homepage": "https://ui.toast.com",
  "browserslist": "last 2 versions, not ie <= 10",
  "scripts": {
    "lint": "eslint .",
    "test:types": "tsc",
    "test": "jest --watch",
    "test:ci": "jest",
    "serve": "snowpack dev",
    "serve:ie": "webpack serve",
    "build:cdn": "webpack build --env cdn & webpack build --env cdn minify",
    "build": "webpack build && npm run build:cdn"
  },
  "devDependencies": {
    "@types/plantuml-encoder": "^1.4.0",
    "cross-env": "^6.0.3"
  },
  "dependencies": {
    "plantuml-encoder": "^1.4.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
