UNPKG

expo-updates

Version:

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

69 lines (68 loc) 1.89 kB
{ "name": "expo-updates", "version": "0.18.18", "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:cli": "tsc -p tsconfig.cli.json", "test:cli": "jest --config jest.cli.config.js", "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "npm run build:cli && expo-module prepare", "prepublishOnly": "npm run build:cli && 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": "~8.1.0", "@expo/config-plugins": "~7.2.0", "arg": "4.1.0", "chalk": "^4.1.2", "expo-eas-client": "~0.6.0", "expo-manifests": "~0.7.0", "expo-structured-headers": "~3.3.0", "expo-updates-interface": "~0.10.0", "fbemitter": "^3.0.0", "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.17.2", "form-data": "^4.0.0", "memfs": "^3.2.0", "xstate": "^4.37.2" }, "peerDependencies": { "expo": "*" }, "gitHead": "4c1bf9223e08092f72d8bee2df24f75d042e790b" }