{
  "name": "proxy-server-cli",
  "version": "0.1.2",
  "description": "Proxy Server written in Node.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "start": "tsc & node ./dist/main.js install --help",
    "demo": "tsc & node ./dist/main.js --destinationPort 8080"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barend-erasmus/proxy-server.git"
  },
  "author": "Barend Erasmus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/barend-erasmus/proxy-server/issues"
  },
  "homepage": "https://github.com/barend-erasmus/proxy-server#readme",
  "devDependencies": {
    "@types/node": "^10.9.4"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.17.1"
  },
  "bin": {
    "proxy-server": "./bin/proxy-server"
  }
}
