expo-updates
Version:
Fetches and manages remotely-hosted assets and updates to your app's JS bundle.
72 lines (71 loc) • 1.91 kB
JSON
{
"name": "expo-updates",
"version": "0.25.25",
"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,
"bin": {
"expo-updates": "bin/cli.js"
},
"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.dev/versions/latest/sdk/updates/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "~9.0.0-beta.0",
"@expo/config-plugins": "~8.0.8",
"@expo/fingerprint": "^0.10.2",
"@expo/spawn-async": "^1.7.2",
"arg": "4.1.0",
"chalk": "^4.1.2",
"expo-eas-client": "~0.12.0",
"expo-manifests": "~0.14.0",
"expo-structured-headers": "~3.8.0",
"expo-updates-interface": "~0.16.2",
"fast-glob": "^3.3.2",
"fbemitter": "^3.0.0",
"ignore": "^5.3.1",
"resolve-from": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^29.2.1",
"@types/node": "^17.0.15",
"@types/node-forge": "^1.0.0",
"expo-module-scripts": "^3.0.0",
"express": "^4.19.2",
"form-data": "^4.0.0",
"fs-extra": "~8.1.0",
"memfs": "^3.2.0",
"xstate": "^4.37.2"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "db4f687820352ae5bc206eecbcd6faf57d6fdd61"
}