{
  "name": "caddy-baron",
  "type": "module",
  "version": "5.0.1",
  "description": "Downloads the Caddy binary for use in npx scripts",
  "author": "Ian Baron",
  "license": "MIT",
  "homepage": "https://github.com/uvmain/caddy-baron#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uvmain/caddy-baron.git"
  },
  "bugs": {
    "url": "https://github.com/uvmain/caddy-baron/issues"
  },
  "keywords": [
    "caddy",
    "reverse",
    "proxy",
    "tls",
    "ssl"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "caddy": "./caddy"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "postinstall": "node dist/index.js",
    "lint": "eslint",
    "build": "tsc -p .",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "decompress-baron": "^1.0.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.7.2",
    "@types/node": "^25.5.0",
    "eslint": "^10.0.3",
    "typescript": "^5.9.3"
  }
}
