{
  "name": "@boxes-dev/dvb",
  "version": "1.0.804",
  "type": "module",
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "dvb": "dist/bin/dvb.cjs",
    "dvbd": "dist/bin/dvbd.cjs",
    "dvb-update": "dist/bin/dvb-update.cjs"
  },
  "files": [
    "dist/bin/dvb.cjs",
    "dist/bin/dvb.cjs.map",
    "dist/bin/dvbd.cjs",
    "dist/bin/dvbd.cjs.map",
    "dist/bin/dvb-update.cjs",
    "dist/bin/dvb-update.cjs.map",
    "scripts/postinstall.cjs"
  ],
  "scripts": {
    "build": "npm run build:bundle",
    "build:bundle": "node ./scripts/build-bundle.mjs",
    "prepack": "npm run clean && npm run build",
    "postinstall": "node ./scripts/postinstall.cjs",
    "typecheck": "tsc -b",
    "lint": "npm run typecheck",
    "clean": "rm -rf dist tsconfig.tsbuildinfo"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@boxes-dev/dvb-runtime": "*",
    "tar": "^7.5.1"
  }
}
