UNPKG

expo-updates

Version:

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

95 lines 2.53 kB
{ "name": "expo-updates", "version": "56.0.15", "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" }, "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.6", "@expo/plist": "^0.7.0", "@expo/spawn-async": "^1.8.0", "arg": "^4.1.0", "chalk": "^4.1.2", "debug": "^4.3.4", "expo-eas-client": "~56.0.0", "expo-manifests": "~56.0.4", "expo-structured-headers": "~56.0.0", "expo-updates-interface": "~56.0.1", "getenv": "^2.0.0", "glob": "^13.0.0", "ignore": "^5.3.1", "nullthrows": "^1.1.1", "resolve-from": "^5.0.0" }, "devDependencies": { "@testing-library/react-native": "^13.3.0", "@types/debug": "^4.1.7", "@types/getenv": "^1.0.0", "@types/jest": "^29.2.1", "@types/node": "^22.14.0", "@types/node-forge": "^1.0.0", "@types/picomatch": "^4.0.0", "@types/react": "~19.2.0", "@vercel/ncc": "^0.38.3", "express": "^5.1.0", "form-data": "^4.0.4", "memfs": "^3.2.0", "picomatch": "^4.0.4", "ts-node": "^10.9.2", "xstate": "^4.37.2", "@expo/metro-config": "56.0.11", "expo-module-scripts": "56.0.2", "expo": "56.0.3", "expo-dev-client": "56.0.14" }, "peerDependencies": { "expo": "*", "expo-dev-client": "*", "react": "*", "react-native": "*" }, "peerDependenciesMeta": { "expo-dev-client": { "optional": true } }, "publishConfig": { "executableFiles": [ "./scripts/create-updates-resources-ios.sh", "./scripts/with-node.sh" ] }, "gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module", "pretest:e2e-cli": "expo-module prepublishOnly", "test:e2e-cli": "expo-module test --config e2e-cli/jest.config.js" } }