UNPKG

expo-updates

Version:

Fetches and manages remotely-hosted assets and updates to your app's JS bundle.

52 lines (51 loc) 1.38 kB
{ "name": "expo-updates", "version": "0.8.0", "description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.", "main": "build/index.js", "types": "build/index.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "expo", "updates" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-updates" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.io/versions/latest/sdk/updates/", "jest": { "preset": "expo-module-scripts" }, "dependencies": { "@expo/metro-config": "^0.1.70", "@expo/config-plugins": "^3.0.0", "expo-structured-headers": "~1.1.1", "expo-updates-interface": "~0.2.1", "fbemitter": "^2.1.1", "uuid": "^3.4.0", "resolve-from": "^5.0.0" }, "devDependencies": { "expo-module-scripts": "^2.0.0", "memfs": "^3.2.0", "fs-extra": "^9.1.0" }, "gitHead": "a0c521e36bf71f645b3fe123b768461846d05aa0" }