expo-updates
Version:
Fetches and manages remotely-hosted assets and updates to your app's JS bundle.
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "expo-updates",
"version": "0.2.5",
"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"
},
"unimodulePeerDependencies": {
"@unimodules/core": "*",
"expo-constants": "*"
},
"dependencies": {
"fbemitter": "^2.1.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"expo-module-scripts": "~1.2.0"
},
"gitHead": "723cc9b4f9d327eedea8b769bc64e08004aa151e"
}