{
  "name": "@casual-simulation/tunnel",
  "version": "4.0.0",
  "description": "An WebSockets-based TCP tunnel.",
  "keywords": [],
  "author": "Casual Simulation, Inc.",
  "homepage": "https://github.com/casual-simulation/casualos",
  "license": "AGPL-3.0-only",
  "main": "index.js",
  "types": "index.d.ts",
  "module": "index",
  "bin": {
    "tunnel": "bin/tunnel.js"
  },
  "directories": {
    "lib": "."
  },
  "files": [
    "/README.md",
    "/LICENSE.txt",
    "**/*.js",
    "**/*.js.map",
    "**/*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/casual-simulation/casualos.git"
  },
  "bugs": {
    "url": "https://github.com/casual-simulation/casualos/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "commander": "4.0.1",
    "rxjs": "8.0.0-alpha.14",
    "uuid": "10.0.0",
    "ws": "8.18.0"
  },
  "scripts": {
    "watch": "tsc --watch",
    "watch:player": "npm run watch",
    "build": "echo \"Nothing to do.\"",
    "test": "jest",
    "test:watch": "jest --watchAll"
  }
}