UNPKG

hot-updater

Version:

React Native OTA solution for self-hosted

199 lines 5.09 kB
{ "name": "hot-updater", "type": "module", "version": "0.32.0", "engines": { "node": ">=20.19.0" }, "bin": { "hot-updater": "./dist/index.mjs" }, "main": "./dist/config.mjs", "module": "./dist/config.mjs", "types": "./dist/config.d.mts", "exports": { ".": { "types": "./dist/config.d.mts", "import": "./dist/config.mjs", "require": "./dist/config.mjs" }, "./package.json": "./package.json" }, "files": [ "dist", "package.json" ], "keywords": [ "react-native", "react-native-code-push", "code-push", "eas", "eas-update", "expo", "expo-update", "self-hosted" ], "description": "React Native OTA solution for self-hosted", "license": "MIT", "repository": "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" }, "dependencies": { "jiti": "2.6.1", "@hot-updater/android-helper": "0.32.0", "@hot-updater/apple-helper": "0.32.0", "@hot-updater/cli-tools": "0.32.0", "@hot-updater/core": "0.32.0", "@hot-updater/console": "0.32.0", "@hot-updater/plugin-core": "0.32.0", "@hot-updater/server": "0.32.0" }, "devDependencies": { "@bacons/xcode": "1.0.0-alpha.24", "@commander-js/extra-typings": "^14.0.0", "@expo/fingerprint": "^0.15.4", "@types/connect": "^3.4.38", "@types/node": "^20", "@types/plist": "^3.0.5", "@types/semver": "^7.5.8", "commander": "^14.0.0", "es-toolkit": "^1.32.0", "execa": "9.5.2", "fast-glob": "3.3.3", "fast-xml-parser": "5.7.2", "is-port-reachable": "^4.0.0", "kysely": "0.28.16", "open": "^10.1.0", "plist": "^3.1.0", "semver": "^7.6.3", "tsdown": "0.21.6", "sql-formatter": "15.6.10", "typescript": "6.0.2", "@hot-updater/aws": "0.32.0", "@hot-updater/cloudflare": "0.32.0", "@hot-updater/firebase": "0.32.0", "@hot-updater/server": "0.32.0", "@hot-updater/supabase": "0.32.0", "@hot-updater/test-utils": "0.32.0" }, "peerDependencies": { "@expo/fingerprint": "*", "@hot-updater/aws": "*", "@hot-updater/cloudflare": "*", "@hot-updater/firebase": "*", "@hot-updater/supabase": "*" }, "peerDependenciesMeta": { "@expo/fingerprint": { "optional": true }, "@hot-updater/supabase": { "optional": true }, "@hot-updater/cloudflare": { "optional": true }, "@hot-updater/aws": { "optional": true }, "@hot-updater/firebase": { "optional": true }, "@hot-updater/server": { "optional": true } }, "inlinedDependencies": { "@bacons/xcode": "1.0.0-alpha.24", "@commander-js/extra-typings": "14.0.0", "@expo/plist": "0.0.18", "@nodable/entities": "2.1.0", "@nodelib/fs.scandir": "2.1.5", "@nodelib/fs.stat": "2.0.5", "@nodelib/fs.walk": "1.2.8", "@sec-ant/readable-stream": "0.4.1", "@sindresorhus/merge-streams": "4.0.0", "@xmldom/xmldom": [ "0.7.13", "0.8.10" ], "base64-js": "1.5.1", "braces": "3.0.3", "bundle-name": "4.1.0", "commander": "14.0.0", "cross-spawn": "7.0.6", "debug": "4.4.1", "default-browser": "5.2.1", "default-browser-id": "5.0.0", "define-lazy-prop": "3.0.0", "es-toolkit": "1.32.0", "execa": "9.5.2", "fast-glob": "3.3.3", "fast-xml-builder": "1.1.5", "fast-xml-parser": "5.7.2", "fastq": "1.17.1", "figures": "6.1.0", "fill-range": "7.1.1", "get-stream": "9.0.1", "glob-parent": "5.1.2", "has-flag": "4.0.0", "human-signals": "8.0.1", "is-docker": "3.0.0", "is-extglob": "2.1.1", "is-glob": "4.0.3", "is-inside-container": "1.0.0", "is-number": "7.0.0", "is-plain-obj": "4.1.0", "is-port-reachable": "4.0.0", "is-stream": "4.0.1", "is-unicode-supported": "2.1.0", "is-wsl": "3.1.0", "isexe": "2.0.0", "kysely": "0.28.16", "merge2": "1.4.1", "micromatch": "4.0.8", "ms": "2.1.3", "nearley": "2.20.1", "npm-run-path": "6.0.0", "open": "10.1.0", "parse-ms": "4.0.0", "path-expression-matcher": "1.5.0", "path-key": [ "3.1.1", "4.0.0" ], "picomatch": "2.3.1", "plist": "3.1.0", "pretty-ms": "9.2.0", "queue-microtask": "1.2.3", "reusify": "1.0.4", "run-applescript": "7.0.0", "run-parallel": "1.2.0", "semver": "7.7.2", "shebang-command": "2.0.0", "shebang-regex": "3.0.0", "signal-exit": "4.1.0", "sql-formatter": "15.6.10", "strip-final-newline": "4.0.0", "strnum": "2.2.3", "supports-color": "7.2.0", "to-regex-range": "5.0.1", "unicorn-magic": "0.3.0", "which": "2.0.2", "xmlbuilder": [ "14.0.0", "15.1.1" ], "yoctocolors": "2.1.1" }, "scripts": { "build": "tsdown", "test:type": "tsc --noEmit" } }