{
  "name": "@kui-shell/proxy",
  "version": "13.1.4",
  "description": "Kui package that offers a proxy server",
  "author": "Nick Mitchell",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/IBM/kui/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IBM/kui.git"
  },
  "keywords": [
    "kui",
    "plugin"
  ],
  "bin": {
    "kui-build-proxy": "./build.sh",
    "kui-build-docker-with-proxy": "./build-docker.sh",
    "kui-run-cproxy": "./dev.sh",
    "kui-run-proxy": "./app/bin/run-proxy.sh"
  },
  "scripts": {
    "build": "./build.sh",
    "postinstall": "bash -c \"if [ -d app ]; then cd app && npm ci; fi\"",
    "start": "./app/bin/run-proxy.sh"
  },
  "kui": {
    "headless": false,
    "electron": false
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "b29e63be06520561abc7683f21381cf25db6d573"
}
