{
  "name": "expose-wsl",
  "version": "1.1.7",
  "description": "The simplest way to expose apps running on WSL to local network devices",
  "keywords": [
    "windows",
    "wsl",
    "wsl2",
    "cli",
    "network",
    "workflow",
    "devtools",
    "expo",
    "remote"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/icflorescu/expose-wsl.git"
  },
  "bugs": {
    "url": "https://github.com/icflorescu/expose-wsl/issues"
  },
  "author": {
    "name": "Ionut-Cristian Florescu",
    "email": "ionut.florescu@gmail.com",
    "url": "https://github.com/icflorescu"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/icflorescu"
  },
  "license": "ISC",
  "main": "run.js",
  "type": "module",
  "engines": {
    "node": ">=14.8.0"
  },
  "bin": {
    "expose-wsl": "run.js"
  },
  "dependencies": {
    "extract-zip": "^2.0.1",
    "figlet": "^1.7.0"
  },
  "devDependencies": {
    "@types/node": "^20.12.7",
    "eslint": "^9.1.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "^3.2.5",
    "vitest": "^1.5.0"
  },
  "scripts": {
    "test": "vitest --run"
  }
}
