{
  "name": "bun-html-live-reload",
  "description": "HTML live reload for Bun",
  "version": "1.0.4",
  "module": "index.ts",
  "type": "module",
  "author": "aabccd021",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aabccd021/bun-html-live-reload.git"
  },
  "keywords": ["bun", "html", "web"],
  "bugs": {
    "url": "https://github.com/aabccd021/bun-html-live-reload/issues"
  },
  "homepage": "https://github.com/aabccd021/bun-html-live-reload#readme",
  "files": ["index.ts"],
  "scripts": {
    "postinstall": "cd $(dirname $npm_package_json) && nix run .#bun2nix -- --output-file bun.nix"
  },
  "devDependencies": {
    "@types/bun": "^1.1.14",
    "playwright": "1.50.1"
  }
}
