{
  "name": "@n8n/localtunnel",
  "description": "Expose localhost to the world",
  "version": "3.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/n8n-io/localtunnel.git"
  },
  "main": "./localtunnel.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha --reporter list --timeout 60000 -- *.spec.js"
  },
  "dependencies": {
    "axios": "^1.7.3",
    "debug": "^4.3.6"
  },
  "devDependencies": {
    "mocha": "~10.7.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "packageManager": "yarn@4.4.0"
}
