51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
![]() |
{
|
||
|
"name": "expo-updates",
|
||
|
"version": "0.4.2",
|
||
|
"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": "*",
|
||
|
"expo-file-system": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@expo/metro-config": "^0.1.16",
|
||
|
"fbemitter": "^2.1.1",
|
||
|
"uuid": "^3.4.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"expo-module-scripts": "~1.2.0"
|
||
|
},
|
||
|
"gitHead": "45dd06df4c3d844e8adf774207d64015e76ec902"
|
||
|
}
|