UNPKG

@hot-updater/js

Version:

React Native OTA solution for self-hosted

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