1{ 2 "name": "expo-updates", 3 "version": "0.21.1", 4 "description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.", 5 "main": "build/index.js", 6 "types": "build/index.d.ts", 7 "sideEffects": false, 8 "bin": { 9 "expo-updates": "bin/cli.js" 10 }, 11 "scripts": { 12 "build:cli": "tsc -p tsconfig.cli.json", 13 "test:cli": "jest --config jest.cli.config.js", 14 "build": "expo-module build", 15 "clean": "expo-module clean", 16 "lint": "expo-module lint", 17 "test": "expo-module test", 18 "prepare": "npm run build:cli && expo-module prepare", 19 "prepublishOnly": "npm run build:cli && expo-module prepublishOnly", 20 "expo-module": "expo-module" 21 }, 22 "keywords": [ 23 "react-native", 24 "expo", 25 "updates" 26 ], 27 "repository": { 28 "type": "git", 29 "url": "https://github.com/expo/expo.git", 30 "directory": "packages/expo-updates" 31 }, 32 "bugs": { 33 "url": "https://github.com/expo/expo/issues" 34 }, 35 "author": "650 Industries, Inc.", 36 "license": "MIT", 37 "homepage": "https://docs.expo.dev/versions/latest/sdk/updates/", 38 "jest": { 39 "preset": "expo-module-scripts" 40 }, 41 "dependencies": { 42 "@expo/code-signing-certificates": "0.0.5", 43 "@expo/config": "~8.3.0", 44 "@expo/config-plugins": "~7.5.0", 45 "arg": "4.1.0", 46 "chalk": "^4.1.2", 47 "expo-eas-client": "~0.9.0", 48 "expo-manifests": "~0.10.0", 49 "expo-structured-headers": "~3.5.0", 50 "expo-updates-interface": "~0.13.0", 51 "fbemitter": "^3.0.0", 52 "resolve-from": "^5.0.0" 53 }, 54 "devDependencies": { 55 "@types/jest": "^29.2.1", 56 "@types/node": "^17.0.15", 57 "@types/node-forge": "^1.0.0", 58 "expo-module-scripts": "^3.0.0", 59 "express": "^4.17.2", 60 "form-data": "^4.0.0", 61 "memfs": "^3.2.0", 62 "xstate": "^4.37.2" 63 }, 64 "peerDependencies": { 65 "expo": "*" 66 } 67} 68