{
  "name": "@meta-quest/hzdb",
  "version": "1.3.2",
  "description": "Compatibility shim for @meta-quest/hzdb - now @meta-quest/metavr (Meta VR CLI). Installs and re-exports @meta-quest/metavr; install @meta-quest/metavr directly for the current name.",
  "license": "Meta Platform Technologies SDK License",
  "bin": {
    "hzdb": "bin.js"
  },
  "scripts": {
    "postinstall": "node -e \"require('@meta-quest/metavr/postinstall.js')\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meta-quest/agentic-tools.git"
  },
  "dependencies": {
    "@meta-quest/metavr": "1.3.2"
  },
  "engines": {
    "node": ">=16"
  }
}
