{
  "name": "@hot-updater/bare",
  "type": "module",
  "version": "0.36.15",
  "description": "React Native OTA solution for self-hosted",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gronxb/hot-updater"
  },
  "author": "gronxb <gron1gh1@gmail.com> (https://github.com/gronxb)",
  "bugs": {
    "url": "https://github.com/gronxb/hot-updater/issues"
  },
  "homepage": "https://github.com/gronxb/hot-updater#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "dependencies": {
    "uuidv7": "^1.0.2",
    "@hot-updater/cli-tools": "0.36.15",
    "@hot-updater/plugin-core": "0.36.15"
  },
  "devDependencies": {
    "@types/node": "^20",
    "execa": "9.5.2"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "inlinedDependencies": {
    "@sec-ant/readable-stream": "0.4.1",
    "@sindresorhus/merge-streams": "4.0.0",
    "cross-spawn": "7.0.6",
    "execa": "9.5.2",
    "figures": "6.1.0",
    "get-stream": "9.0.1",
    "human-signals": "8.0.1",
    "is-plain-obj": "4.1.0",
    "is-stream": "4.0.1",
    "is-unicode-supported": "2.1.0",
    "isexe": "2.0.0",
    "npm-run-path": "6.0.0",
    "parse-ms": "4.0.0",
    "path-key": [
      "3.1.1",
      "4.0.0"
    ],
    "pretty-ms": "9.3.0",
    "shebang-command": "2.0.0",
    "shebang-regex": "3.0.0",
    "signal-exit": "4.1.0",
    "strip-final-newline": "4.0.0",
    "unicorn-magic": "0.3.0",
    "which": "2.0.2",
    "yoctocolors": "2.1.2"
  },
  "scripts": {
    "build": "tsdown",
    "test:type": "tsc --noEmit"
  }
}