{
  "name": "punchmole",
  "version": "1.1.5",
  "description": "A simple reverse proxy tunnel service which is easy deployable and can be easily customised and used with nodejs code",
  "main": "app.js",
  "type": "module",
  "bin": {
    "punchmole": "client.js",
    "punchmole-server": "server.js"
  },
  "keywords": [
    "punchmole",
    "ngrok",
    "tunnelmole",
    "reverse proxy",
    "tunnel",
    "local tunnel"
  ],
  "scripts": {
    "server": "node server.js",
    "client": "node client.js",
    "server-dev": "nodemon server.js",
    "client-dev": "nodemon client.js"
  },
  "author": "Sebastian Lagemann <sebastian@gomsilo.com>",
  "license": "GPLv2",
  "dependencies": {
    "dotenv": "^16.3.1",
    "express": "^4.19.2",
    "ws": "^8.14.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/degola/punchmole.git"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  },
  "engines": {
    "node": ">=19.0.0"
  }
}
