UNPKG

@hot-updater/js

Version:

React Native OTA solution for self-hosted

53 lines 1.18 kB
{ "name": "@hot-updater/js", "version": "0.19.10", "type": "module", "description": "React Native OTA solution for self-hosted", "sideEffects": false, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "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.19.10" }, "devDependencies": { "@types/node": "^20.9.4", "@types/semver": "^7.5.8", "jose": "^6.0.10", "semver": "^7.6.3" }, "scripts": { "build": "tsdown", "test:type": "tsc --noEmit" } }