{
  "name": "@kumori/tcp-proxy",
  "version": "1.0.3",
  "description": "Proxy for tunneling TCP connections through Kumori's channels",
  "author": "Kumori Systems <info@kumori.systems>",
  "license": "MIT",
  "repository": "github:kumori-systems/tcp-proxy",
  "scripts": {
    "build": "taskr build",
    "clean": "taskr clean",
    "coverage": "taskr coverage",
    "lint": "taskr lint",
    "test": "taskr test"
  },
  "main": "lib/index",
  "types": "types/index.d.ts",
  "engines": {
    "node": "4.2.1"
  },
  "dependencies": {
    "@types/node": "^10.5.4",
    "debug": "3.1.0",
    "lodash": "4.17.10",
    "q": "1.5.1"
  },
  "devDependencies": {
    "@taskr/clear": "1.1.0",
    "@taskr/coffee": "1.1.0",
    "@taskr/shell": "1.1.0",
    "ansi-colors": "^3.0.5",
    "coffee-coverage": "2.0.1",
    "coffee-script": "1.12.7",
    "coffeelint": "2.1.0",
    "docco": "0.8.0",
    "husky": "^1.0.0-rc.13",
    "istanbul": "0.4.5",
    "mkdirp": "0.5.1",
    "mocha": "5.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "semantic-release": "15.9.2",
    "semantic-release-shared-config": "gitlab:kumori/semantic-release-shared-config",
    "should": "13.2.3",
    "taskr": "1.1.0"
  },
  "release": {
    "extends": "semantic-release-shared-config",
    "noCi": false,
    "dryRun": false,
    "npmPublish": true
  },
  "husky": {
    "hooks": {
      "pre-commit": "hooks/pre-commit.sh"
    }
  }
}
