{
  "name": "@boxes-dev/cli",
  "version": "1.0.802",
  "description": "Boxes.dev CLI (standalone, includes bundled Node runtime)",
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "dvb": "./bin/dvb",
    "dvbd": "./bin/dvbd"
  },
  "files": [
    "bin/dvb",
    "bin/dvbd",
    "scripts/postinstall.cjs",
    "scripts/postinstall.mjs"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.cjs"
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "arm64",
    "x64"
  ]
}
