{
  "name": "bg-proxy",
  "version": "1.0.5",
  "description": "",
  "main": "index.js",
  "contributors": "jiangminxi",
  "bin": {
    "bg-proxy": "./index.js"
  },
  "engines": {
    "node": ">= 6.5.0",
    "npm": ">= 3.0.0"
  },
  "scripts": {
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmx164491960/bg-proxy.git"
  },
  "author": "jiangminxi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jmx164491960/bg-proxy/issues"
  },
  "homepage": "https://github.com/jmx164491960/bg-proxy#readme",
  "dependencies": {
    "chalk": "^3.0.0",
    "express": "^4.17.1",
    "http-proxy": "^1.18.0"
  }
}
