{
  "name": "@kui-shell/plugin-editor",
  "version": "8.4.3",
  "description": "Kui plugin that integrates the monaco-editor component",
  "license": "Apache-2.0",
  "author": "Nick Mitchell",
  "homepage": "https://github.com/IBM/kui#readme",
  "bugs": {
    "url": "https://github.com/IBM/kui/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IBM/kui.git"
  },
  "keywords": [
    "kui",
    "plugin"
  ],
  "contributors": [
    "Mengting Yan"
  ],
  "bin": {
    "@kui-shell/plugins/editor/webpack/pre": "bin/prune-for-browser.sh",
    "@kui-shell/plugins/editor/webpack/post": "bin/restore-after-prune.sh"
  },
  "main": "dist/index.js",
  "module": "mdist/index.js",
  "types": "mdist/index.d.ts",
  "dependencies": {
    "debug": "4.1.1",
    "monaco-editor": "0.18.1",
    "monaco-editor-webpack-plugin": "1.7.0",
    "tmp": "0.1.0"
  },
  "kui": {
    "headless": false,
    "proxy": false,
    "webpack": {
      "plugins": [
        {
          "plugin": "monaco-editor-webpack-plugin",
          "options": {
            "languages": [
              "css",
              "scss",
              "less",
              "dockerfile",
              "go",
              "html",
              "handlebars",
              "javascript",
              "typescript",
              "json",
              "markdown",
              "python",
              "powershell",
              "shell",
              "yaml"
            ],
            "features": [
              "!codelens",
              "!iPadShowKeyboard",
              "!multicursor",
              "!quickCommand",
              "!quickOutline",
              "!codeAction",
              "!coreCommands",
              "!fontZoom",
              "!toggleHighContrast",
              "!colorDetector"
            ]
          }
        }
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4b3b9c3fce5ff5fff54808cdc6aa3425c829e2ec"
}
