UNPKG

@hot-updater/standalone

Version:

React Native OTA solution for self-hosted

61 lines 1.39 kB
{ "name": "@hot-updater/standalone", "version": "0.32.0", "type": "module", "description": "React Native OTA solution for self-hosted", "sideEffects": false, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./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" ], "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": { "@hot-updater/core": "0.32.0", "@hot-updater/plugin-core": "0.32.0" }, "devDependencies": { "mime": "2.6.0", "@types/mime": "^2.0.3", "@types/node": "^20", "@types/semver": "^7.5.8", "msw": "^2.7.0", "semver": "^7.6.3", "vitest": "4.1.4" }, "inlinedDependencies": { "mime": "2.6.0" }, "scripts": { "build": "tsdown", "test:type": "tsc --noEmit" } }