{
  "name": "couloir",
  "version": "0.6.1",
  "main": "src/index.js",
  "bin": "./index.js",
  "author": "adrien-k",
  "type": "module",
  "homepage": "https://github.com/adrien-k/couloir#readme",
  "repository": "github:adrien-k/couloir",
  "license": "ISC",
  "description": "simple http tunneling",
  "dependencies": {
    "acme-client": "^5.4.0",
    "yargs": "^17.7.2"
  },
  "scripts": {
    "test": "NODE_EXTRA_CA_CERTS=./tests/certs/ca.pem node --test",
    "lint": "prettier --check . && eslint",
    "lint:fix": "prettier --write . && eslint --fix",
    "test:only": "npm test -- --test-only"
  },
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "eslint": "^9.23.0",
    "eslint-config-prettier": "^10.1.1",
    "globals": "^15.14.0",
    "prettier": "^3.5.3"
  },
  "keywords": [
    "proxy",
    "tunnel",
    "https-proxy",
    "developer-tools",
    "ngrok-alternative"
  ]
}
