{
  "name": "@expo/ngrok",
  "version": "4.1.3",
  "description": "node wrapper for ngrok",
  "main": "index.js",
  "types": "ngrok.d.ts",
  "scripts": {
    "test": "mocha --exit"
  },
  "files": [
    "index.js",
    "ngrok.d.ts",
    "src/client.js",
    "src/process.js",
    "src/utils.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/ngrok.git"
  },
  "keywords": [
    "ngrok",
    "localhost",
    "tunneling",
    "localtunnel",
    "webhook"
  ],
  "author": "bubenshchykov",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/expo/ngrok/issues"
  },
  "devDependencies": {
    "@types/node": "^8.10.50",
    "chai": "^4.3.4",
    "colors": "^1.4.0",
    "mocha": "^8.3.2"
  },
  "dependencies": {
    "@expo/ngrok-bin": "2.3.42",
    "got": "^11.5.1",
    "uuid": "^3.3.2",
    "yaml": "^1.10.0"
  },
  "engines": {
    "node": ">=10.19.0"
  }
}
