{
  "name": "node-whistle-proxy",
  "version": "0.0.2",
  "description": "动态设置进程全局 HTTP 代理",
  "author": "wangzhifeng",
  "license": "MIT",
  "scripts": {
    "lint": "eslint lib test",
    "lintfix": "eslint --fix lib test",
    "init": "node bin init",
    "watch": "node bin watch"
  },
  "homepage": "https://https://github.com/WzFFzW/node-whistle-proxy",
  "keywords": [
    "whistle",
    "plugin",
    "http-proxy"
  ],
  "registry": "https://https://github.com/WzFFzW/node-whistle-proxy",
  "repository": {
    "type": "git",
    "url": "https://github.com/WzFFzW/node-whistle-proxy.git"
  },
  "engines": {
    "node": ">= 12"
  },
  "dependencies": {
    "hagent": "^0.7.5",
    "lru-cache": "^5.1.1",
    "regedit": "^5.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0"
  }
}
