{
  "name": "http-proxy-to-socks",
  "version": "1.1.4",
  "description": "hpts(http-proxy-to-socks) is a nodejs client to convert socks proxy into http proxy",
  "main": "lib/server.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oyyd/http-proxy-to-socks.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "dev": "jest --watch",
    "test": "eslint src && jest",
    "prepublish": "npm run test && npm run build"
  },
  "keywords": [
    "socks",
    "http proxy",
    "converting proxy"
  ],
  "bin": {
    "hpts": "bin/hpts.js"
  },
  "author": "oyyd <oyydoibh@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.9.0",
    "socks": "^1.1.10",
    "winston": "^3.1.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-jest": "^18.0.0",
    "babel-plugin-transform-async-to-generator": "^6.22.0",
    "babel-polyfill": "^6.22.0",
    "babel-preset-es2015": "^6.18.0",
    "eslint": "^3.13.1",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-config-airbnb-base": "^11.0.1",
    "eslint-plugin-import": "^2.2.0",
    "jest": "^18.1.0"
  },
  "jest": {
    "testPathDirs": [
      "<rootDir>/src"
    ],
    "testRegex": "(\\.|/)(test|spec)\\.js$"
  }
}
