{
  "name": "socks-proxy-server",
  "version": "2.0.5",
  "description": "SOCKS Proxy Server written in node.js",
  "scripts": {
    "build": "tsc",
    "start": "npm run build & node ./dist/main.js start --port 1337",
    "test": "npm outdated & npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barend-erasmus/socks-proxy-server.git"
  },
  "author": "Barend Erasmus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/barend-erasmus/socks-proxy-server/issues"
  },
  "homepage": "https://github.com/barend-erasmus/socks-proxy-server#readme",
  "devDependencies": {
    "@types/node": "^10.5.6",
    "prettier": "^1.14.0",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "commander": "^2.17.0",
    "js-yaml": "^3.12.0",
    "uuid": "^3.3.2"
  },
  "bin": {
    "socks-proxy-server": "./bin/socks-proxy-server"
  }
}
