{
  "name": "@kui-shell/proxy-webapp",
  "version": "0.0.1",
  "description": "Web application for Kui proxy",
  "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"
  ],
  "scripts": {
    "start": "start.sh"
  },
  "bin": {
    "start-proxy": "start.sh"
  },
  "main": "bin/www",
  "dependencies": {
    "cookie-parser": "1.4.6",
    "cors": "2.8.5",
    "debug": "4.3.4",
    "express": "4.18.1",
    "morgan": "1.10.0",
    "uuid": "9.0.0"
  }
}
