UNPKG

@hot-updater/core

Version:

React Native OTA solution for self-hosted

53 lines 1.24 kB
{ "name": "@hot-updater/core", "version": "0.16.3", "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": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./test-utils": { "types": "./src/test-utils/index.ts", "import": "./src/test-utils/index.ts", "require": "./src/test-utils/index.ts" } }, "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" }, "devDependencies": { "@types/node": "^20.9.4" }, "scripts": { "build": "rslib build", "test:type": "tsc --noEmit" } }