{
  "name": "@kui-shell/plugin-bash-like",
  "version": "13.1.4",
  "description": "Kui plugin that offers local bash-like shell integrations",
  "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"
  ],
  "main": "dist/index.js",
  "typedocMain": "src/index.ts",
  "module": "mdist/index.js",
  "types": "mdist/index.d.ts",
  "sideEffects": [
    "*.css",
    "*.scss"
  ],
  "devDependencies": {
    "@types/cookie": "^0.5.1",
    "@types/debug": "^4.1.7",
    "@types/properties-parser": "0.3.0",
    "@types/shelljs": "^0.8.11",
    "@types/tmp": "^0.2.3",
    "@types/uuid": "^9.0.0"
  },
  "dependencies": {
    "@kui-shell/xterm-helpers": "^2.1.0",
    "cookie": "^0.5.0",
    "debug": "^4.3.4",
    "globby": "^11.0.4",
    "node-pty": "0.11.0-beta27",
    "properties-parser": "0.3.1",
    "shelljs": "^0.8.5",
    "slash": "^3.0.0",
    "speed-date": "^1.0.0",
    "tmp": "^0.2.1",
    "uuid": "^9.0.0",
    "ws": "^7.5.9",
    "xterm": "^5.1.0",
    "xterm-addon-fit": "^0.7.0",
    "xterm-addon-webgl": "^0.14.0"
  },
  "kui": {
    "exclude": {
      "headless": [
        "asciidoctor.js",
        "marked",
        "xterm",
        "ws",
        "node-pty"
      ],
      "proxy": [
        "asciidoctor.js",
        "marked",
        "xterm"
      ],
      "webpack": [
        "ws",
        "node-pty"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "b29e63be06520561abc7683f21381cf25db6d573"
}
